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
+1 -1
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"