mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-11 14:51:49 +00:00
Add make to provision.sh and remove fish as default shell
Make is needed for the tests to run The tests don't run with with either as `npm test` uses the "shell" package which tries to execute shell commands in its parent shell. If the shell is fish..well, it doesn't work.
This commit is contained in:
parent
771e89ee42
commit
e47a04b130
@ -1,9 +1,9 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
sudo apt-get update -qq
|
sudo apt-get update -qq
|
||||||
sudo apt-get install -y git fish
|
sudo apt-get install -y git fish make
|
||||||
|
|
||||||
# Switch to fish as a default shell
|
# Switch to fish as a default shell
|
||||||
sudo chsh -s `which fish` vagrant
|
# sudo chsh -s `which fish` vagrant
|
||||||
|
|
||||||
# Install nvm
|
# Install nvm
|
||||||
/vagrant/install.sh
|
/vagrant/install.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user