File tree Expand file tree Collapse file tree 5 files changed +11
-6
lines changed
script/prop/Samsung/Galaxy_s23_Ultra Expand file tree Collapse file tree 5 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 33
44SDKTARGET=$API
55BASE=/data/adb/litegapps_controller
6+ SBASE=/data/media/0/Android/litegapps
67BIN=$BASE /bin
78chmod 755 $MODPATH /bin/litegapps-functions
89# litegapps functions
@@ -15,14 +16,18 @@ INITIAL install
1516
1617[ -d $BASE ] && rm -rf $BASE && mkdir -p $BASE || mkdir -p $BASE
1718print " - Installing files"
18- cp -af $MODPATH /script/* $BASE /
1919
20- print " - installing binary"
20+ print " - Installing Props"
21+ del $SBASE /files
22+ cdir $SBASE /files
23+ cp -af $MODPATH /script/* $SBASE /files/
24+
25+ print " - Installing binary"
2126test ! -d $BIN && mkdir -p $BIN
2227cp -af $MODPATH /bin/$ARCH /* $BASE /bin/
2328
2429# curl
25- print " - installing curl"
30+ print " - Installing curl"
2631if [ -d /dev/block/mapper ]; then
2732 cp -af $MODPATH /curl/dynamic/$ARCH /* $BASE /bin/
2833else
9297print " - Open Terminal"
9398print
9499print " - su"
95- print " - litegapps or litegapps2"
100+ print " - litegapps2"
96101print
97102print
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name=LiteGapps Controller
33version=v1.2
44versionCode=12
55minsdk=25
6- date=01 -08-2024
6+ date=19 -08-2024
77device=All
88author=wahyu6070
99description=Litegapps Controller is additional features of litegapps and litegapps++
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ NAME=LiteGapps
99ABOUT_LINK=https://litegapps.github.io/doc/litegapps_controller.html
1010propversion=v1.2
1111propcode=12
12- propdate=01 -08-2024
12+ propdate=19 -08-2024
1313
1414# Colors
1515GREEN=' \e[01;32m'
You can’t perform that action at this time.
0 commit comments