Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 806 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 806 Bytes

Linux-QEMU

Bash script to install and setup qemu & virtual machine manager (virt-manager or gnome-boxes) on linux.

Acknowledgements

This script is based on the guides Setup Qemu in Debian Linux and Setup Qemu in Arch Linux by Chris Titus. Check out his YouTube channel for awesome things like this.

Installation

Execute install.sh as normal user from a terminal:

 git clone https://github.com/shreyas-a-s/linux-qemu.git
 cd linux-qemu/
 ./install.sh

For those who would like a single-line command:

 git clone https://github.com/shreyas-a-s/linux-qemu.git && cd linux-qemu/ && ./install.sh