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 aad7200 commit 0d3966fCopy full SHA for 0d3966f
src/cloud/install/installer.ts
@@ -12,8 +12,7 @@ var Client = require('ssh2').Client;
12
var log: logging.Log = new logging.Log('cloud installer');
13
14
// Command to install uProxy.
15
-// TODO: update the URL once the uproxy-docker pull request is submitted
16
-const INSTALL_COMMAND = 'curl -sSL https://raw.githubusercontent.com/uProxy/uproxy-docker/trevj-curl-installer/install-cloud.sh | sh';
+const INSTALL_COMMAND = 'curl -sSL https://raw.githubusercontent.com/uProxy/uproxy-docker/master/install-cloud.sh | sh';
17
18
// Prefix for invitation URLs.
19
const INVITATION_URL_PREFIX = 'https://www.uproxy.org/invite/';
0 commit comments