remove expect from provisioning

This commit is contained in:
Jorge Morante 2017-04-20 08:17:50 +02:00
parent 21c6c06d65
commit d9ffb4a1f9
2 changed files with 2 additions and 3 deletions

View File

@ -1,8 +1,7 @@
#!/bin/sh
pkg install -y bash tmux expect fish gawk
pkg install -y bash tmux fish gawk
chsh -s bash vagrant
#TODO fuck /usr/bin/fish in ubuntu, /usr/local/bin/fish in BSD
echo "fishman" | pw user add -n fishman -h 0 -s "/usr/local/bin/fish"
echo "run /home/vagrant/shared/tmux-fingers.tmux" > .tmux.conf

View File

@ -1,7 +1,7 @@
#!/bin/sh
sudo aptitude update
sudo aptitude install -y expect fish gawk
sudo aptitude install -y fish gawk
useradd -m -p "$(perl -e "print crypt('fishman','sa');")" -s "/usr/bin/fish" fishman