Skip to content

Commit

Permalink
Add cups and pulseaudio to install_nomachine.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Fullaxx committed Jun 29, 2024
1 parent 7bbc255 commit 2689f2e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/install_nomachine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ export DEBIAN_FRONTEND="noninteractive"
URL="https://download.nomachine.com/download/8.11/Linux/nomachine_8.11.3_4_amd64.deb"
DEB="/tmp/nomachine.deb"

sudo apt-get update
sudo apt-get install -y cups pavucontrol pamix

wget ${URL} -O ${DEB}
dpkg -i ${DEB} || (set -e; apt-get update; apt-get install -f -y)
rm ${DEB}
Expand Down

0 comments on commit 2689f2e

Please sign in to comment.