adjustments to the installer and updater to ensure

`lsof` is installed
This commit is contained in:
mcguirepr89
2022-05-05 16:42:47 -04:00
parent c914c645a8
commit eb8fdd2d8a
4 changed files with 50 additions and 8 deletions
+1 -1
View File
@@ -18,7 +18,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
zlib1g-dev python3-dev python3-pip python3-venv lsof
}