summaryrefslogtreecommitdiffstats
path: root/bootstrap
diff options
context:
space:
mode:
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