We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 939edc0 commit f920419Copy full SHA for f920419
provision/bash/nomachine-7.sh
@@ -1,8 +1,8 @@
1
echo "Installing NoMachine remote desktop"
2
3
cd /tmp/
4
-NX_FILE="nomachine_7.0.211_4_amd64.deb"
5
-wget "https://download.nomachine.com/download/7.0/Linux/$NX_FILE"
+NX_FILE="nomachine_7.7.4_1_amd64.deb"
+wget "https://download.nomachine.com/download/7.7/Linux/$NX_FILE"
6
sudo dpkg -i $NX_FILE
7
rm $NX_FILE
8
0 commit comments