Skip to content

Commit 476f025

Browse files
authored
feat: Set Virtio GPU after install
1 parent bf83f35 commit 476f025

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ startInstall() {
203203

204204
if skipInstall; then
205205
BASE=""
206+
VGA="virtio-gpu"
206207
return 1
207208
fi
208209

0 commit comments

Comments
 (0)