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 a77f567 commit f4bfe3d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions module/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ ui_print " "
ui_print " Create partition"
ui_print " "
mkdir -p /data/overlayfs/tmp /data/overlayfs/system/product/bin
ln -sf /data/overlayfs/system/product $MODPATH/product
ln -sf /data/overlayfs/system/system_ext $MODPATH/system_ext
ln -sf /data/overlayfs/system/vendor $MODPATH/vendor
ln -sf /data/overlayfs/system $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 f4bfe3d

Please sign in to comment.