Skip to content

Commit f920419

Browse files
authored
Update nx download URL
1 parent 939edc0 commit f920419

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

provision/bash/nomachine-7.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
echo "Installing NoMachine remote desktop"
22

33
cd /tmp/
4-
NX_FILE="nomachine_7.0.211_4_amd64.deb"
5-
wget "https://download.nomachine.com/download/7.0/Linux/$NX_FILE"
4+
NX_FILE="nomachine_7.7.4_1_amd64.deb"
5+
wget "https://download.nomachine.com/download/7.7/Linux/$NX_FILE"
66
sudo dpkg -i $NX_FILE
77
rm $NX_FILE
88

0 commit comments

Comments
 (0)