move file

This commit is contained in:
2018-03-06 17:50:31 -05:00
parent cd344643c8
commit 59ce7bd47a

View File

@@ -0,0 +1,14 @@
#!/bin/bash
# fetch and run this in cloud-init, viz:
##cloud-config
#runcmd:
# - curl -fsSL https://raw.githubusercontent.com/sneak/hacks/master/cloud-init.sh | bash
export DEBIAN_FRONTEND=noninteractive
apt-get update
apt-get -y install git
git clone https://github.com/sneak/hacks.git /var/tmp/hacks
cd /var/tmp/hacks/provision-workbox
bash main.sh