From 274d1df66f7eafb9566e64b2e1b0d7b288426710 Mon Sep 17 00:00:00 2001 From: fred Date: Mon, 20 Feb 2023 19:36:44 +0100 Subject: [PATCH] cmake --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 3224a6b6..d41e015d 100755 --- a/install.sh +++ b/install.sh @@ -55,7 +55,7 @@ echo "#############################################" echo "######### PATIENCE ####" echo "#############################################" -for i in git make fail2ban npm netcat-traditional inotify-tools curl net-tools libsodium* libcurl4-openssl-dev python3-pip python3-setuptools python3-wheel python3-dotenv python3-gpg python3-jwcrypto python3-brotli mpack; do +for i in git make cmake fail2ban npm netcat-traditional inotify-tools curl net-tools libsodium* libcurl4-openssl-dev python3-pip python3-setuptools python3-wheel python3-dotenv python3-gpg python3-jwcrypto python3-brotli mpack; do if [ $(dpkg-query -W -f='${Status}' $i 2>/dev/null | grep -c "ok installed") -eq 0 ]; then echo ">>> Installation $i <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<" sudo apt install -y $i