Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenlua authored Jan 25, 2024
1 parent d9ad8bb commit 26b9498
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions module/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ on_install() {
ui_print " "
ui_print " Create partition"
ui_print " "
mkdir -p /data/overlayfs/tmp
mkdir -p /data/overlayfs/system/product/bin
mkdir -p /data/overlayfs/tmp /data/overlayfs/system/product/bin $MODPATH/system
for TV in $(grep 'partition=' $TMPDIR/module.prop | cut -d= -f2); do
if [ -d $TV ];then
ui_print " $TV"
Expand Down

0 comments on commit 26b9498

Please sign in to comment.