blob: ffd9c7492c9cfe71634712c32dbe11c917ea519d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
image: ubuntu/lts
sources:
- git@git.sr.ht:~asko/dompa
tasks:
- bootstrap: |
sudo apt update && sudo apt upgrade -y
sudo apt-get install software-properties-common rlwrap curl -y
sudo apt update
curl -L -O https://github.com/clojure/brew-install/releases/latest/download/linux-install.sh
chmod +x linux-install.sh
sudo ./linux-install.sh
curl -s "https://get.sdkman.io" | bash
sdk install java
|