diff --git a/cus_add.sh b/cus_add.sh index 81d7533..52dc7df 100644 --- a/cus_add.sh +++ b/cus_add.sh @@ -29,9 +29,6 @@ linkcute=$(ls *.zip) if [[ -f $linkcute ]]; then echo "Phat hien $linkcute" mkdir working custom - dd if=/dev/zero bs=1M count=512 >> addon.img - e2fsck -y -f addon.img - resize2fs addon.img $size1 sudo mount addon.img working echo "Giai nen $linkcute" cp $linkcute custom ; cd custom