Skip to content

Commit

Permalink
typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
erikdubois committed Jan 22, 2019
1 parent 18fc937 commit 5f81eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Testing/install-qemu-v1.sh
Expand Up @@ -20,7 +20,7 @@ sudo systemctl enable libvirtd.service
sudo systemctl start libvirtd.service


echo -e options kvm-intel nested=1 | sudo tee -a /etc/modprobe.d/kvm-intel.conf
echo -e "options kvm-intel nested=1" | sudo tee -a /etc/modprobe.d/kvm-intel.conf

##Change your username here
read -p "What is your login?
Expand Down

0 comments on commit 5f81eef

Please sign in to comment.