Skip to content

Commit

Permalink
feat: Set Virtio GPU after install (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Feb 5, 2024
1 parent bf83f35 commit a8a6979
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ startInstall() {

if skipInstall; then
BASE=""
VGA="virtio-gpu"
return 1
fi

Expand Down

0 comments on commit a8a6979

Please sign in to comment.