mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Remove "docs" from the script itself
This commit is contained in:
parent
a8bda3d6c8
commit
bc322f280c
1 changed files with 0 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue