Skip to content

Commit

Permalink
Update nomachine to 8.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Fullaxx committed Jan 19, 2025
1 parent 61ba4af commit ba85c5b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/install_nomachine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e

export DEBIAN_FRONTEND="noninteractive"
URL="https://download.nomachine.com/download/8.11/Linux/nomachine_8.11.3_4_amd64.deb"
URL="https://download.nomachine.com/download/8.15/Linux/nomachine_8.15.3_1_amd64.deb"
DEB="/tmp/nomachine.deb"

sudo apt-get update
Expand All @@ -12,4 +12,3 @@ 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}

0 comments on commit ba85c5b

Please sign in to comment.