Skip to content

Commit 2a664a7

Browse files
committed
Merge pull request #370 from uProxy/trevj-automated-cloud-install-flag
pass automated flag to installer
2 parents debae7b + fc15722 commit 2a664a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cloud/install/installer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ var Client = require('ssh2').Client;
1515
var log: logging.Log = new logging.Log('cloud installer');
1616

1717
// Command to install uProxy.
18-
const INSTALL_COMMAND = 'curl -sSL https://raw.githubusercontent.com/uProxy/uproxy-docker/master/install-cloud.sh | sh';
18+
const INSTALL_COMMAND = 'curl -sSL https://raw.githubusercontent.com/uProxy/uproxy-docker/master/install-cloud.sh | sh -s -- -a';
1919

2020
// Prefix for invitation URLs.
2121
const INVITATION_PREFIX = 'CLOUD_INSTANCE_DETAILS_JSON:';

0 commit comments

Comments
 (0)