Skip to content

Commit 51dd4e2

Browse files
committed
Correct correctly.
1 parent 97152d4 commit 51dd4e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/upgrade_nx.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env ruby
22

33
require 'open-uri'
4-
body = open("http://www.nomachine.com/preview/download-package.php?Prod_Id=15").read
4+
body = open("http://www.nomachine.com/preview/download-package.php?Prod_Id=4").read
55
package_uri = body[%r{http:.*?nxserver[^/]+\.deb}] or abort "Uri for debian package not found!"
66
# since we don't get the amd64 uri directly
77
package_uri.sub!('i386', 'amd64')

0 commit comments

Comments
 (0)