Skip to content

Commit 0d3966f

Browse files
committed
update install command to reflect final URL
1 parent aad7200 commit 0d3966f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/cloud/install/installer.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ var Client = require('ssh2').Client;
1212
var log: logging.Log = new logging.Log('cloud installer');
1313

1414
// 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';
15+
const INSTALL_COMMAND = 'curl -sSL https://raw.githubusercontent.com/uProxy/uproxy-docker/master/install-cloud.sh | sh';
1716

1817
// Prefix for invitation URLs.
1918
const INVITATION_URL_PREFIX = 'https://www.uproxy.org/invite/';

0 commit comments

Comments
 (0)