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 20, 2024
1 parent e7bdd9a commit a42eddb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions module/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ for TV in $(grep 'partition=' $TMPDIR/module.prop | cut -d= -f2); do
if [ -d $TV ];then
ui_print " $TV"
echo "$TV" >> /data/overlayfs/tmp/partition
[ "$(grep -cm1 "$TV" /data/overlayfs/tmp/partition 2>/dev/null)" == 1 ] || echo "$TV" >> /data/overlayfs/tmp/partition
fi
done
mkdir -p /data/overlayfs/system/product/bin /data/overlayfs/tmp
Expand Down

0 comments on commit a42eddb

Please sign in to comment.