Update install.sh

This commit is contained in:
Kroese 2024-01-22 02:09:20 +01:00 committed by GitHub
parent 92b624c7a8
commit 77174522de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -101,7 +101,9 @@ fi
if [ ! -f "$ISO" ]; then if [ ! -f "$ISO" ]; then
if [[ "$EXTERNAL" != [Yy1]* ]]; then if [[ "$EXTERNAL" != [Yy1]* ]]; then
(cd "$TMP"; /run/mido.sh "$VERSION") cd "$TMP"
/run/mido.sh "$VERSION"
cd /run
else else