Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenlua authored Aug 10, 2023
1 parent 8d21c6e commit ae7c0c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/Modun/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ ui_print

cp -f $TMPDIR/sqlite3 $MODPATH/sqlite3 >&2
cp -f $TMPDIR/YT.sh $MODPATH >&2
unzip -qo "$ZIPFILE" "system/*" -d $MODPATH >&2
[ -e /vendor/overlay/YT.apk ] || unzip -qo "$ZIPFILE" "system/*" -d $MODPATH >&2
chmod -R 755 $MODPATH/sqlite3

checkYT
Expand Down

0 comments on commit ae7c0c5

Please sign in to comment.