Skip to content

Commit

Permalink
Update customize.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
symbuzzer authored Jul 22, 2023
1 parent 365a2c7 commit 0dc43ce
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions customize.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
mkdir -p "$MODPATH/system/etc"
cp -af /system/etc/hosts "$MODPATH/system/etc/hosts"
chcon -r u:object_r:system_file:s0 "$MODPATH/system"
chmod 644 "$MODPATH/system/etc/hosts"
mkdir "$MODPATH/worker"
touch "$MODPATH/skip_mount"
cp -af /system/etc/hosts "$MODPATH/system/etc"

0 comments on commit 0dc43ce

Please sign in to comment.