We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f229135 commit daba05aCopy full SHA for daba05a
src/META-INF/com/google/android/updater-script
@@ -1 +1,16 @@
1
-#MAGISK
+#!/sbin/sh
2
+
3
+#################
4
+# Initialization
5
6
7
+umask 022
8
9
10
+OUTFD=$2
11
+ZIPFILE=$3
12
13
+mount /data 2>/dev/null
14
15
+install_module
16
+exit 0
…ETA-INF/com/google/android/update-binary src/customize.shsrc/META-INF/com/google/android/update-binary renamed to src/customize.sh
@@ -1,12 +1,3 @@
-#!/sbin/sh
-
-#################
-# Initialization
cp -af /system/etc/hosts "$MODPATH/hosts"
chcon u:object_r:system_file:s0 "$MODPATH/hosts"
chmod 644 "$MODPATH/hosts"
-install_module
-exit 0
0 commit comments