summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbootstrap5
1 files changed, 1 insertions, 4 deletions
diff --git a/bootstrap b/bootstrap
index c2b4828..574c6f8 100755
--- a/bootstrap
+++ b/bootstrap
@@ -13,13 +13,10 @@ if remote test ! -e /usr/bin/pacman; then
remote apt-get -y install git
remote "cd /tmp && git clone git://github.com/doy/bootstrap-tozt"
remote "cd /tmp/bootstrap-tozt && git submodule update --init"
- remote "cd /tmp/bootstrap-tozt/digitalocean-debian-to-arch && bash install.sh --i_understand_that_this_droplet_will_be_completely_wiped"
+ remote "cd /tmp/bootstrap-tozt/digitalocean-debian-to-arch && bash install.sh --i_understand_that_this_droplet_will_be_completely_wiped --extra_packages 'puppet git ruby-shadow'"
sleep 30
fi
-remote pacman --noconfirm -Sy
-remote pacman --noconfirm --needed -S puppet git ruby-shadow
-
if remote test -d /tmp/bootstrap-tozt; then
remote "cd /tmp/bootstrap-tozt && git pull"
else