From 97e8a6411f6b3f220517dac7ba91e38f0fae8d80 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Mon, 16 Mar 2026 08:46:38 +0100 Subject: [PATCH] fix(seerr): use apt instead of apt-get --- ct/seerr.sh | 2 +- install/seerr-install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/seerr.sh b/ct/seerr.sh index a3e732bba..67b919f50 100644 --- a/ct/seerr.sh +++ b/ct/seerr.sh @@ -129,7 +129,7 @@ EOF CLEAN_INSTALL=1 fetch_and_deploy_gh_release "seerr" "seerr-team/seerr" "tarball" msg_info "Installing Build Dependencies" - $STD apt-get install -y build-essential python3-setuptools + $STD apt install -y build-essential python3-setuptools msg_ok "Installed Build Dependencies" msg_info "Updating PNPM Version" diff --git a/install/seerr-install.sh b/install/seerr-install.sh index 3a46e4627..1b38b04fe 100644 --- a/install/seerr-install.sh +++ b/install/seerr-install.sh @@ -14,7 +14,7 @@ network_check update_os msg_info "Installing Dependencies" -$STD apt-get install -y \ +$STD apt install -y \ build-essential \ python3-setuptools msg_ok "Installed Dependencies"