Skip to content

Commit 35d3152

Browse files
authoredFeb 6, 2024
feat: Use VirtIO GPU device (#10)
1 parent b14d9cd commit 35d3152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/install.sh

+1-1
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)
Please sign in to comment.