Skip to content

Commit 6e69897

Browse files
committed
Sudo wasn't necessary here
1 parent ba280be commit 6e69897

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

vagrant/after.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
BASE_PATH="/home/vagrant/userfrosting"
44

55
# Update nodejs
6-
sudo npm cache clean -f
7-
sudo npm install -g n
8-
sudo n -q lts
6+
npm cache clean -f
7+
npm install -g n
8+
n -q lts
99

1010
# Ensure composer deps are installed
1111
cd ${BASE_PATH}

0 commit comments

Comments
 (0)