From bc322f280cbed3a5c976a89d4dc2c4978fefe4d0 Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Tue, 17 Mar 2020 01:53:06 +0000 Subject: [PATCH] Remove "docs" from the script itself --- quickemu.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/quickemu.sh b/quickemu.sh index 532b1ad..bb0b748 100755 --- a/quickemu.sh +++ b/quickemu.sh @@ -1,12 +1,5 @@ #!/usr/bin/env bash -# Usage: -# - sudo apt install qemu qemu-kvm libvirt-clients libvirt-daemon bridge-utils samba ovmf -# - sudo apt install libvirt-bin # on 18.04 -# - sudo adduser ${SUDO_USER} kvm -# - Download an ISO image -# - Your home directory on the host will be available via samba on the guest VM via smb://10.0.2.4/qemu - LAUNCHER=$(basename $0 .sh) allcores=$(nproc --all) if [ ${allcores} -ge 8 ]; then