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 d5d591b commit 20895fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ echo "$TV" >> /data/overlayfs/tmp/partition
fi
done
Text="$(cat /data/overlayfs/tmp/partition | sort | uniq)"
echo "$Text" > tee /data/overlayfs/tmp/partition
echo "$Text" > /data/overlayfs/tmp/partition
mkdir -p /data/overlayfs/system/product/bin
cp -rf $TMPDIR/overlayrw /data/overlayfs/system/product/bin
ui_print " "
Expand Down

0 comments on commit 20895fc

Please sign in to comment.