Skip to content

Commit bd5b3e8

Browse files
authored
fix: Disable virtio-gpu (#8)
1 parent b0eddb2 commit bd5b3e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/install.sh

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

204204
if skipInstall; then
205205
BASE=""
206-
VGA="virtio-gpu"
206+
#VGA="virtio-gpu"
207207
return 1
208208
fi
209209

0 commit comments

Comments
 (0)