diff --git a/scripts/cloud-init.sh b/scripts/cloud-init.sh new file mode 100644 index 0000000..81f30d6 --- /dev/null +++ b/scripts/cloud-init.sh @@ -0,0 +1,7 @@ +#!/bin/bash +export ONDEMAND_CELLULAR=false +export SSH_TUNNELING=false +export STORE_PKI=false +export DSN_ADBLOCKING=false +export USERS=mydevicenew +curl -s https://raw.githubusercontent.com/trailofbits/algo/master/install.sh | sudo -E bash -x