Skip to content

Commit

Permalink
feat: Local drivers (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Jan 15, 2024
1 parent 32e6b2a commit 1bef943
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ ARGUMENTS="-tpmdev emulator,id=tpm0,chardev=chrtpm -device tpm-tis,tpmdev=tpm0 $
BASE="$VERSION.iso"
[ -f "$STORAGE/$BASE" ] && return 0

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

rm -rf "$STORAGE/tmp"
mkdir -p "$STORAGE/tmp"
SCRIPT="$STORAGE/tmp/mido.sh"
Expand Down

0 comments on commit 1bef943

Please sign in to comment.