Skip to content

Commit

Permalink
fix: Quotes (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Jan 14, 2024
1 parent 131fa13 commit 0652998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ else
fi

DEST="$STORAGE/drivers.img"
[ ! -f "$DEST" ] && cp /run/drivers.iso $DEST
[ ! -f "$DEST" ] && cp /run/drivers.iso "$DEST"

rm -rf "$STORAGE/tmp"
mkdir -p "$STORAGE/tmp"
Expand Down

0 comments on commit 0652998

Please sign in to comment.