BE: psutil missing

Signed-off-by: jokob-sk <jokob.sk@gmail.com>
This commit is contained in:
jokob-sk
2026-02-18 11:35:18 +11:00
parent f63658af7d
commit 7075091569
9 changed files with 11 additions and 11 deletions

View File

@@ -25,7 +25,7 @@ fi
apt-get install -y \
tini snmp ca-certificates curl libwww-perl arp-scan perl apt-utils cron sudo gettext-base \
nginx-light php php-cgi php-fpm php-sqlite3 php-curl sqlite3 dnsutils net-tools \
python3 python3-dev iproute2 nmap fping python3-pip zip usbutils traceroute nbtscan avahi-daemon avahi-utils openrc build-essential git
python3 python3-dev python3-psutil iproute2 nmap fping python3-pip zip usbutils traceroute nbtscan avahi-daemon avahi-utils openrc build-essential git
# alternate dependencies
sudo apt-get install nginx nginx-core mtr php-fpm php8.2-fpm php-cli php8.2 php8.2-sqlite3 -y

View File

@@ -156,7 +156,7 @@ fi
apt-get install -y --no-install-recommends \
tini snmp ca-certificates curl libwww-perl arp-scan perl apt-utils cron sudo \
php8.4 php8.4-cgi php8.4-fpm php8.4-sqlite3 php8.4-curl sqlite3 dnsutils net-tools mtr \
python3 python3-dev iproute2 nmap fping python3-pip zip usbutils traceroute nbtscan \
python3 python3-dev python3-psutil iproute2 nmap fping python3-pip zip usbutils traceroute nbtscan \
avahi-daemon avahi-utils build-essential git gnupg2 lsb-release \
debian-archive-keyring python3-venv

View File

@@ -22,6 +22,5 @@ python-nmap
dnspython
librouteros
yattag
zeroconf
psutil
zeroconf
git+https://github.com/foreign-sub/aiofreepybox.git

View File

@@ -58,7 +58,7 @@ apt-get install -y --no-install-recommends \
git \
tini ca-certificates curl libwww-perl perl apt-utils cron build-essential \
sqlite3 net-tools \
python3 python3-venv python3-dev python3-pip
python3 python3-venv python3-dev python3-psutil python3-pip
# Install plugin dependencies
apt-get install -y --no-install-recommends \

View File

@@ -22,6 +22,5 @@ python-nmap
dnspython
librouteros
yattag
zeroconf
psutil
zeroconf
git+https://github.com/foreign-sub/aiofreepybox.git