This repository has been archived by the owner on Nov 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 280
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9e97212
commit f8d7415
Showing
4 changed files
with
13 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/bin/bash | ||
sudo apt-get install -y mc curl git-core build-essential | ||
sudo su vagrant -c 'curl -L https://raw.github.com/creationix/nvm/master/install.sh | sh' | ||
sudo su vagrant -c '. ~vagrant/.nvm/nvm.sh; nvm install v6' | ||
sudo su vagrant -c '. ~vagrant/.nvm/nvm.sh;nvm use v6' | ||
sudo su vagrant -c '. ~vagrant/.nvm/nvm.sh;nvm alias default v6' | ||
sudo su vagrant -c '. ~vagrant/.nvm/nvm.sh; nvm install v8' | ||
sudo su vagrant -c '. ~vagrant/.nvm/nvm.sh;nvm use v8' | ||
sudo su vagrant -c '. ~vagrant/.nvm/nvm.sh;nvm alias default v8' |