We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97152d4 commit 51dd4e2Copy full SHA for 51dd4e2
scripts/upgrade_nx.rb
@@ -1,7 +1,7 @@
1
#!/usr/bin/env ruby
2
3
require 'open-uri'
4
-body = open("http://www.nomachine.com/preview/download-package.php?Prod_Id=15").read
+body = open("http://www.nomachine.com/preview/download-package.php?Prod_Id=4").read
5
package_uri = body[%r{http:.*?nxserver[^/]+\.deb}] or abort "Uri for debian package not found!"
6
# since we don't get the amd64 uri directly
7
package_uri.sub!('i386', 'amd64')
0 commit comments