fix(seerr): use apt instead of apt-get

This commit is contained in:
CanbiZ (MickLesk)
2026-03-16 08:46:38 +01:00
parent 9888580460
commit 97e8a6411f
2 changed files with 2 additions and 2 deletions

View File

@@ -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"

View File

@@ -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"