summaryrefslogtreecommitdiffstats
path: root/bootstrap
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2017-11-04 05:32:55 -0400
committerJesse Luehrs <doy@tozt.net>2017-11-04 05:32:55 -0400
commitab2eca7bb4d0eef0d175e2a980a9f1d160f4ce1e (patch)
tree4dfca29f0c3b33a1445c1a0663b3a08781622a47 /bootstrap
parent5ee9e68857fb7a74b36c40b0c3bc4261fddbe130 (diff)
downloadpuppet-tozt-ab2eca7bb4d0eef0d175e2a980a9f1d160f4ce1e.tar.gz
puppet-tozt-ab2eca7bb4d0eef0d175e2a980a9f1d160f4ce1e.zip
clean up debian-to-arch invocation
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap b/bootstrap
index f7de61c..9baf29a 100755
--- a/bootstrap
+++ b/bootstrap
@@ -6,8 +6,8 @@ host="$1"
if ssh root@$host test ! -e /usr/bin/pacman; then
ssh root@$host wget https://raw.githubusercontent.com/gh2o/digitalocean-debian-to-arch/debian9/install.sh -O install.sh
- echo "wipe this droplet" | ssh root@host bash install.sh
- sleep 15
+ ssh root@$host bash install.sh --i_understand_that_this_droplet_will_be_completely_wiped
+ sleep 30
fi
ssh root@$host pacman --noconfirm --needed -S puppet git