aboutsummaryrefslogtreecommitdiff
path: root/test-vm/bootstrap.sh
blob: 9651c4eb9b5dcea6e34b479b6ac291eadbf3fe46 (plain) (blame)
1
2
3
4
5
6
7
8
9
#!/bin/sh

#sudo apt-get update

sudo apt-get install -y curl
sudo apt-get install -y git

sudo apt-get install -y zsh
sudo chsh -s $(which zsh) vagrant