mirror of
https://github.com/Kron4ek/Conty
synced 2024-12-27 09:58:25 +01:00
Fix the utils.tar size
This commit is contained in:
parent
f402162502
commit
8dce6f69a5
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ scriptsize=13692
|
||||||
|
|
||||||
# The size of the utils.tar archive
|
# The size of the utils.tar archive
|
||||||
# utils.tar contains bwrap and squashfuse binaries
|
# utils.tar contains bwrap and squashfuse binaries
|
||||||
utilssize=1259520
|
utilssize=1300480
|
||||||
|
|
||||||
# Offset where the squashfs image is stored
|
# Offset where the squashfs image is stored
|
||||||
offset=$((scriptsize+utilssize))
|
offset=$((scriptsize+utilssize))
|
||||||
|
|
Loading…
Reference in a new issue