mirror of
https://github.com/MustardChef/WSABuilds.git
synced 2024-11-10 21:55:11 +01:00
1
This commit is contained in:
parent
58763270a9
commit
aac17b4430
2
.github/workflows/magisk.yml
vendored
2
.github/workflows/magisk.yml
vendored
@ -282,7 +282,7 @@ jobs:
|
|||||||
e2fsck -yf ${{ matrix.arch }}/system.img
|
e2fsck -yf ${{ matrix.arch }}/system.img
|
||||||
system_size=$(( $(du -sB512 ${{ matrix.arch }}/system.img | cut -f1) + 20000 ))
|
system_size=$(( $(du -sB512 ${{ matrix.arch }}/system.img | cut -f1) + 20000 ))
|
||||||
if [ -d gapps ]; then
|
if [ -d gapps ]; then
|
||||||
system_size=$(( $system_size + $(du -sB512 gapps | cut -f1) ))
|
system_size=$(( $system_size + $(du -sB512 gapps | cut -f1) - $(du -sB512 gapps/product | cut -f1) ))
|
||||||
fi
|
fi
|
||||||
if [ -d magisk ]; then
|
if [ -d magisk ]; then
|
||||||
system_size=$(( $system_size +$(du -sB512 magisk | cut -f1) ))
|
system_size=$(( $system_size +$(du -sB512 magisk | cut -f1) ))
|
||||||
|
Loading…
Reference in New Issue
Block a user