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 debae7b commit fc15722Copy full SHA for fc15722
src/cloud/install/installer.ts
@@ -15,7 +15,7 @@ var Client = require('ssh2').Client;
15
var log: logging.Log = new logging.Log('cloud installer');
16
17
// Command to install uProxy.
18
-const INSTALL_COMMAND = 'curl -sSL https://raw.githubusercontent.com/uProxy/uproxy-docker/master/install-cloud.sh | sh';
+const INSTALL_COMMAND = 'curl -sSL https://raw.githubusercontent.com/uProxy/uproxy-docker/master/install-cloud.sh | sh -s -- -a';
19
20
// Prefix for invitation URLs.
21
const INVITATION_PREFIX = 'CLOUD_INSTANCE_DETAILS_JSON:';
0 commit comments