Skip to content

Commit 779bfcc

Browse files
committed
Add Focal
1 parent e8cecf1 commit 779bfcc

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

ubuntu-20.04_64/Vagrantfile

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Vagrant.configure(2) do |config|
2+
3+
config.vm.box = "ubuntu/focal64"
4+
5+
config.vm.provision "shell", inline: <<-SHELL
6+
sudo apt-get update
7+
sudo apt-get install -y git clang cmake pkg-config javascriptcoregtk-4.0 libglib2.0-dev libzip-dev libcurl4-gnutls-dev libicu-dev maven unzip
8+
curl -O https://download.clojure.org/install/linux-install-1.9.0.358.sh
9+
chmod +x linux-install-1.9.0.358.sh
10+
sudo ./linux-install-1.9.0.358.sh
11+
SHELL
12+
13+
end

0 commit comments

Comments
 (0)