From b01f89c4347da20947d81f29f5b49772a207e1ea Mon Sep 17 00:00:00 2001 From: Julien Oculi Date: Thu, 30 May 2024 13:20:06 +0200 Subject: [PATCH] fix: add `wget` to requirements --- _requirements.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/_requirements.sh b/_requirements.sh index ce49ddc..8dd4811 100644 --- a/_requirements.sh +++ b/_requirements.sh @@ -9,6 +9,7 @@ nala install -y \ curl \ unzip \ ffmpeg \ + wget \ # Install admin-sys utilities echo "[server_config] > Installing required utilities (admin-sys)"