Skip to content

Commit

Permalink
cloud init script
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-Fernandez-951 committed Sep 23, 2019
1 parent 296ea58 commit 59862ab
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scripts/cloud-init.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 59862ab

Please sign in to comment.