Skip to content

Commit b2faa5b

Browse files
authored
Update script.sh
1 parent 336d86c commit b2faa5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ echo "Script Complete!"
314314
echo
315315
sleep 3 > /dev/null
316316
clear
317-
pkg install qemu-utils qemu-common qemu-system-x86_64-headless
317+
pkg install qemu-utils qemu-common qemu-system-x86_64-headless -y
318318
mkdir alpine && cd alpine
319319
wget http://dl-cdn.alpinelinux.org/alpine/v3.12/releases/x86_64/alpine-virt-3.12.3-x86_64.iso
320320
qemu-img create -f qcow2 alpine.img 4G

0 commit comments

Comments
 (0)