Vagrant: Remove old fix

pull/20/merge
Franz Liedke 2015-09-28 15:31:39 +02:00
parent 83b8fcaa2b
commit 1626964689
1 changed files with 0 additions and 4 deletions

View File

@ -57,7 +57,6 @@ sudo service nginx restart
### Setup NPM globals and create necessary directories ###
sudo apt-get install -y phantomjs zsh exuberant-ctags
mkdir /home/vagrant/npm
sudo chown -R vagrant:vagrant /home/vagrant
cp /vagrant/scripts/aliases ~/.aliases
@ -72,9 +71,6 @@ fi
mysql -u root -proot -e 'create database flarum'
### Fix up NPM installation
nvm use --delete-prefix stable --silent
### Setup flarum/core and install dependencies ###
cd /vagrant/flarum/core
git pull