Update install.sh

This commit is contained in:
Félix Aimé 2022-12-02 09:01:26 +01:00 committed by GitHub
parent 8c80124383
commit d343223458
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -153,7 +153,7 @@ change_hostname() {
install_package() {
# Install associated packages by using aptitude.
if [[ $1 == "tshark" || $1 == "sqlite3" || $1 == "suricata" || $1 == "net-tools" ]]; then
if [[ $1 == "tshark" || $1 == "sqlite3" || $1 == "suricata" ]]; then
apt install $1 -y
elif [[ $1 == "dig" ]]; then
apt-get install -y dnsutils