This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
set -xu | |
RUBY_VERSION=2.4.1 | |
LIBSSL_VERSION=$(dpkg -s libssl1.0.0 | grep -i ^version | awk '{print $2;}') | |
apt-get update -y | |
echo 'this is after update' | |
apt-get install -y git sshpass |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Checking to see if vagrant halt should be run... | |
Vagrant not running, skipping `vagrant halt`... | |
Creating site directory, wp-cli.yml, and vvv-init.sh file... | |
Done | |
Adding beppis.dev to new vvv-hosts file... | |
Done | |
Creating nginx-config/sites/beppis.conf... | |
Done | |
Running vagrant up --provision... | |
Bringing machine 'default' up with 'virtualbox' provider... |