diff --git a/README.md b/README.md index e65eba0..e9497a9 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ disk_img="/media/$USER/Quickemu/ubuntu/focal-desktop-amd64.qcow2 disk=128G ``` - * Use `quickemu.sh` to start the virtual machine: + * Use `quickemu` to start the virtual machine: ``` ./quickemu --vm ubuntu-focal-desktop.conf diff --git a/quickemu.sh b/quickemu similarity index 99% rename from quickemu.sh rename to quickemu index 395a67e..344d4bf 100755 --- a/quickemu.sh +++ b/quickemu @@ -151,7 +151,6 @@ function vm_boot() { fi echo " - Display: ${xres}x${yres}" - local NET="" # If smbd is available, export $HOME to the guest via samba if [ -e /snap/qemu-virgil/current/usr/sbin/smbd ]; then