Skip to content

Commit

Permalink
Update customize.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
symbuzzer authored Jun 30, 2023
1 parent 37ede0c commit b538779
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions customize.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
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 "$MODDIR/worker"
cp -af /system/etc/hosts "$MODPATH/hosts"
chcon u:object_r:system_file:s0 "$MODPATH/hosts"
chmod 644 "$MODPATH/hosts"

0 comments on commit b538779

Please sign in to comment.