update version

This commit is contained in:
thomas 2022-09-21 01:59:25 +02:00
parent 0ec450ed04
commit 249a7e28e1
8 changed files with 26 additions and 11 deletions

View file

@ -51,7 +51,7 @@ install_rust() {
bash /tmp/rustup -qy
}
install_rust() {
install_clojure() {
wget -qO - https://download.clojure.org/install/linux-install-1.11.1.1155.sh | bash
}