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