Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Jan 22, 2024
1 parent 92b624c commit 7717452
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,9 @@ fi
if [ ! -f "$ISO" ]; then
if [[ "$EXTERNAL" != [Yy1]* ]]; then

(cd "$TMP"; /run/mido.sh "$VERSION")
cd "$TMP"
/run/mido.sh "$VERSION"
cd /run

else

Expand Down

0 comments on commit 7717452

Please sign in to comment.