Skip to content

Commit

Permalink
cleaning up the v4 provisioning script
Browse files Browse the repository at this point in the history
  • Loading branch information
kristopolous committed Sep 18, 2023
1 parent f27f221 commit cb0a46d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Binary file modified bootstra.386-latest-v3.zip
Binary file not shown.
6 changes: 5 additions & 1 deletion v4.4.1/Vagrantfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
$script = <<-SCRIPT
cd /vagrant/v4.4.1
sudo apt update
sudo apt -y install build-essential zlib1g-dev libssl-dev ruby ruby-dev ruby-bundler nodejs npm openjdk-17-jre
## These have to be separated, otherwise there's an apt dependency error
sudo apt -y install build-essential zlib1g-dev libssl-dev ruby ruby-dev ruby-bundler nodejs openjdk-17-jre
sudo apt -y install npm
bundle install
npm install
SCRIPT
Expand Down

0 comments on commit cb0a46d

Please sign in to comment.