blob: c89c749eb2cb9200594c786b1082d5f8a8f29911 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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 -y
sudo add-apt-repository ppa:ondrej/php
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
|