add clojure tool
This commit is contained in:
parent
3bc72f5bb8
commit
1c5061c1f0
2 changed files with 8 additions and 0 deletions
|
@ -18,6 +18,10 @@ function main() {
|
|||
curl -SsLo /tmp/kubeconform-linux-amd64.tar.gz https://github.com/yannh/kubeconform/releases/download/v${kubeconform_version}/kubeconform-linux-amd64.tar.gz
|
||||
curl -SsLo /tmp/CHECKSUMS https://github.com/yannh/kubeconform/releases/download/v${kubeconform_version}/CHECKSUMS
|
||||
|
||||
#install clojure
|
||||
curl -SsLo /tmp/clojure-install.sh https://github.com/clojure/brew-install/releases/latest/download/linux-install.sh
|
||||
bash /tmp/clojure-install.sh
|
||||
|
||||
# checksum kubeconform
|
||||
checksum
|
||||
|
||||
|
|
|
@ -31,6 +31,10 @@ function main() {
|
|||
update-alternatives --install /usr/bin/java java /usr/lib/jvm/graalvm/bin/java 2
|
||||
ln -s /usr/lib/jvm/graalvm/bin/native-image /usr/local/bin
|
||||
|
||||
#install clojure
|
||||
curl -SsLo /tmp/clojure-install.sh https://github.com/clojure/brew-install/releases/latest/download/linux-install.sh
|
||||
bash /tmp/clojure-install.sh
|
||||
|
||||
#install pyb
|
||||
apt-get -qqy install python3 python3-pip
|
||||
pip3 install pybuilder 'ddadevops>=4.7.0' deprecation dda-python-terraform boto3 pyyaml inflection --break-system-packages
|
||||
|
|
Loading…
Reference in a new issue