Skip to content

Commit

Permalink
fix customize.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ljlVink committed May 25, 2024
1 parent df7da88 commit 16b4b3d
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions magisk_module/customize.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
SKIPUNZIP=0

ui_print "#####################"
ui_print "TapFlow Project -> WPS losetup_go install script "
ui_print "By ljlVink"
ui_print "#####################"

ui_print "TapFlow Project -> MSLG losetup_go install script "

rootfs_dir="/data/rootfs"
work_dir="/data/rootfs/losetup.sh-go"
Expand All @@ -27,7 +23,5 @@ if [ ! -f "$usr_img" ]; then
fi


ui_print "Success."
ui_print "本模块将在设备重启后生效。"
ui_print "This module will take effect after the device is restarted."
ui_print "Этот модуль вступит в силу после перезагрузки устройства."
ui_print "安装成功,本模块将在设备重启后生效。"
ui_print "Success! This module will take effect after the device is restarted."

0 comments on commit 16b4b3d

Please sign in to comment.