summaryrefslogtreecommitdiffstats
path: root/bootstrap
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2017-11-05 00:58:03 -0400
committerJesse Luehrs <doy@tozt.net>2017-11-05 00:58:03 -0400
commitefda01f60b633792df3bb6b2006dabe7629cec6c (patch)
treefb40fd0541556d547bb143eaa0b7b4c7e3fe2219 /bootstrap
parent28a3854ee0967b499fae4a926af55781d0aa0271 (diff)
downloadpuppet-tozt-efda01f60b633792df3bb6b2006dabe7629cec6c.tar.gz
puppet-tozt-efda01f60b633792df3bb6b2006dabe7629cec6c.zip
use the script to handle initial package installation
Diffstat (limited to 'bootstrap')
-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