Skip to content

Commit b1eab9a

Browse files
committed
Fix provisioning script
1 parent c778335 commit b1eab9a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bootstrap.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
apt-get update
3+
sudo apt-get update
44

55
wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.30.2/install.sh | bash
66

@@ -9,3 +9,4 @@ echo "source /home/vagrant/.nvm/nvm.sh" >> /home/vagrant/.profile
99
source /home/vagrant/.profile
1010

1111
nvm install node
12+
nvm alias default node

0 commit comments

Comments
 (0)