Skip to content

Commit

Permalink
feat: Add quickemu to packages for quick VM setup
Browse files Browse the repository at this point in the history
  • Loading branch information
briandipalma committed Oct 26, 2024
1 parent fc9cad8 commit 811bdd8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup/packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,8 @@ if [ ! -e /usr/bin/kanata ]; then
sudo systemctl start kanata
sudo systemctl enable kanata
fi

# To easily install Linux/Windows/macOS VMs
sudo apt-add-repository ppa:flexiondotorg/quickemu
sudo apt update
sudo apt install quickemu

0 comments on commit 811bdd8

Please sign in to comment.