You've already forked PlayIntegrityFork
mirror of
https://github.com/osm0sis/PlayIntegrityFork.git
synced 2025-09-06 06:37:06 +00:00
12 lines
218 B
Bash
12 lines
218 B
Bash
MODPATH="${0%/*}"
|
|
|
|
# ensure not running in busybox ash standalone shell
|
|
set +o standalone
|
|
unset ASH_STANDALONE
|
|
|
|
sh $MODPATH/autopif.sh || exit 1
|
|
|
|
echo -e "\nDone!"
|
|
echo -e "\nClosing dialog in 20 seconds ..."
|
|
sleep 20
|