steam skip box86 install on twister

pull/129/head
Botspot 4 years ago
parent 55daf7e38f
commit acf22a8272

@ -9,7 +9,7 @@ function error {
"${DIRECTORY}/pkg-install" "libappindicator1 libnm0" "$(dirname "$0")" || exit 1
if [ "$(cat "$DIRECTORY/data/status/Box86")" != 'installed' ];then
if [ "$(cat "$DIRECTORY/data/status/Box86")" != 'installed' ] && [ ! -f /usr/local/bin/twistver ];then
echo 'Installing box86 first...'
"$DIRECTORY/manage" install Box86
fi

Loading…
Cancel
Save