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 a42eddb commit 8c2d951
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions module/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ 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
Text="$(cat /data/overlayfs/tmp/partition | sort | uniq)"
echo "$Text" > /data/overlayfs/tmp/partition
mkdir -p /data/overlayfs/system/product/bin /data/overlayfs/tmp
cp -rf $TMPDIR/overlayrw /data/overlayfs/system/product/bin
cp -rf $TMPDIR/toybox /data/overlayfs/tmp
Expand Down

0 comments on commit 8c2d951

Please sign in to comment.