mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-03-16 15:03:01 +01:00
fix(seerr): use apt instead of apt-get
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user