Update install.sh

This commit is contained in:
Kroese 2024-01-22 02:02:53 +01:00 committed by GitHub
parent 09144a9d3e
commit 026557d47c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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