1
0
Fork 0
puppet-walkthru/support/setup.sh

6 lines
157 B
Bash
Raw Normal View History

2013-12-02 21:33:28 -05:00
#!/bin/bash
apt-get install alpine-pico
echo "export PATH=/opt/ruby/bin:$PATH" > /root/.bashrc
apt-get remove vim -y
chmod 0755 /vagrant/support/cleanup7.sh