forked from rakarmp/ReactTouch
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstall.sh
More file actions
45 lines (40 loc) · 931 Bytes
/
install.sh
File metadata and controls
45 lines (40 loc) · 931 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
SKIPMOUNT=false
PROPFILE=true
POSTFSDATA=true
LATESTARTSERVICE=true
REPLACE_EXAMPLE="
/system/app/Youtube
/system/priv-app/SystemUI
/system/priv-app/Settings
/system/framework
"
REPLACE="
"
print_modname() {
ui_print " "
ui_print "[=================================]"
ui_print " ReactTouch v1.2 "
ui_print " @Zyarexx Telegram "
ui_print "[=================================]"
ui_print " "
}
on_install() {
sleep 1
ui_print "+.+.+ Extract Tweaks ..."
ui_print " "
sleep 1
ui_print "+.+.+ Installing Other Tweaks ..."
ui_print " "
sleep 2
ui_print "+.+.+ Preparing Your Device ..."
ui_print " "
sleep 1
ui_print "+.+.+ Successfully Installed ReactTouch ..."
ui_print " "
sleep 1
ui_print "+.+.+ FEEL THE SMOOTH TOUCH ON YOUR DEVICE +.+.+"
unzip -o "$ZIPFILE" 'system/*' -d $MODPATH >&2
}
set_permissions() {
set_perm_recursive $MODPATH 0 0 0755 0644
}