Skip to content

Commit

Permalink
Add virt-viewer to desktop setup
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxWolf-01 committed Jul 6, 2024
1 parent 9826c4e commit e97ccbc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ cli() {
}

desktop() {
sudo apt-get install -y virt-viewer

./bin/keybindings.pl -i

# disable screenshot sound
Expand Down Expand Up @@ -338,10 +340,9 @@ sshkeys() {
echo "Put your public key on github -> settings -> SSH and GPG keys"
}

spg_vpn() {
openconnect() {
sudo apt-get update && sudo apt-get install network-manager-openconnect network-manager-openconnect-gnome
sudo systemctl restart NetworkManager
sudo apt-get install virt-viewer
}

nvidia_optimus() {
Expand Down

0 comments on commit e97ccbc

Please sign in to comment.