Skip to content

Commit 3fe386c

Browse files
committed
Update Vagrantfile
1 parent 99e3418 commit 3fe386c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Vagrantfile

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
$script = <<SCRIPT
22
3+
# Update everything
4+
sudo apt-get update
5+
sudo apt-get upgrade -y
6+
37
# Install Node dependencies
48
sudo apt-get install build-essential libssl-dev -y
59

0 commit comments

Comments
 (0)