Created
April 25, 2020 04:00
-
-
Save ardyantohermawan/2e296ea1baaca2f94c965e3b62ef865c to your computer and use it in GitHub Desktop.
Ubuntu 18.04.04 KVM
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# install qemu and other stuffs | |
sudo apt-get install qemu \ | |
qemu-system \ | |
qemu-utils \ | |
uml-utilities \ | |
virt-manager \ | |
dmg2img \ | |
git \ | |
wget \ | |
libguestfs-tools \ | |
python3 \ | |
python3-pip | |
# clean apt cache | |
sudo apt-get clean |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment