From 6f4cfeb2b412bf893e5b2f536b816def88a7f1d0 Mon Sep 17 00:00:00 2001 From: fred Date: Sat, 12 Nov 2022 15:36:35 +0100 Subject: [PATCH] python3-brotli --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 44cf476a..a1603fb8 100755 --- a/install.sh +++ b/install.sh @@ -49,7 +49,7 @@ echo "#############################################" echo "######### PATIENCE ####" echo "#############################################" -for i in git fail2ban npm netcat-traditional inotify-tools curl net-tools libsodium* python3-pip python3-setuptools python3-wheel python3-dotenv python3-gpg python3-jwcrypto mpack; do +for i in git fail2ban npm netcat-traditional inotify-tools curl net-tools libsodium* 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