From 2cfc3baf751ca1cfc248a80d749fad770533c9d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Aime?= Date: Tue, 19 Jan 2021 12:38:09 +0100 Subject: [PATCH] Updating the install script related to the issue #32 --- install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install.sh b/install.sh index f3bfe38..4353807 100644 --- a/install.sh +++ b/install.sh @@ -217,6 +217,9 @@ install_package() { if [[ $distrib == "debian" || $distrib == "ubuntu" ]]; then echo "deb http://download.opensuse.org/repositories/security:/zeek/Debian_$version/ /" > /etc/apt/sources.list.d/security:zeek.list wget -nv "https://download.opensuse.org/repositories/security:zeek/Debian_$version/Release.key" -O Release.key + elif [[ $distrib == "ubuntu" ]]; then + echo "deb http://download.opensuse.org/repositories/security:/zeek/xUbuntu_$version/ /" > /etc/apt/sources.list.d/security:zeek.list + wget -nv "https://download.opensuse.org/repositories/security:zeek/xUbuntu_$version/Release.key" -O Release.key elif [[ $distrib == "raspbian" ]]; then echo "deb http://download.opensuse.org/repositories/security:/zeek/Raspbian_$version/ /" > /etc/apt/sources.list.d/security:zeek.list wget -nv "https://download.opensuse.org/repositories/security:zeek/Raspbian_$version/Release.key" -O Release.key