Skip to content

Commit

Permalink
more v4 provisioning fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kristopolous committed Sep 18, 2023
1 parent cb0a46d commit 7ab033f
Show file tree
Hide file tree
Showing 5 changed files with 1,455 additions and 1,119 deletions.
5 changes: 5 additions & 0 deletions v4.4.1/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,13 @@ sudo apt update
sudo apt -y install build-essential zlib1g-dev libssl-dev ruby ruby-dev ruby-bundler nodejs openjdk-17-jre
sudo apt -y install npm
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh | bash
source ~/.bashrc
nvm install v10.24.1
bundle install
npm install
SCRIPT

Vagrant.configure(2) do |config|
Expand Down
Loading

0 comments on commit 7ab033f

Please sign in to comment.