From 41f918474b1d976bc8588a00d243e07db5712191 Mon Sep 17 00:00:00 2001 From: Jochen Oberreiter Date: Thu, 8 Jun 2023 15:47:24 +0200 Subject: [PATCH] Update install_services.sh Added net-tools to the needed packages. --- scripts/install_services.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install_services.sh b/scripts/install_services.sh index 5855ed2..4830da4 100755 --- a/scripts/install_services.sh +++ b/scripts/install_services.sh @@ -20,7 +20,7 @@ install_depends() { apt install -qqy caddy ftpd sqlite3 php-sqlite3 alsa-utils \ pulseaudio avahi-utils sox libsox-fmt-mp3 php php-fpm php-curl php-xml \ php-zip icecast2 swig ffmpeg wget unzip curl cmake make bc libjpeg-dev \ - zlib1g-dev python3-dev python3-pip python3-venv lsof + zlib1g-dev python3-dev python3-pip python3-venv lsof net-tools }