Skip to content

Commit

Permalink
Sudo wasn't necessary here
Browse files Browse the repository at this point in the history
  • Loading branch information
lcharette committed Jan 10, 2019
1 parent ba280be commit 6e69897
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vagrant/after.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
BASE_PATH="/home/vagrant/userfrosting"

# Update nodejs
sudo npm cache clean -f
sudo npm install -g n
sudo n -q lts
npm cache clean -f
npm install -g n
n -q lts

# Ensure composer deps are installed
cd ${BASE_PATH}
Expand Down

0 comments on commit 6e69897

Please sign in to comment.