mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-05-31 13:04:43 +00:00
Profilarr: standardize architecture case statements in scripts & v2 Support
This commit is contained in:
@@ -14,12 +14,9 @@ network_check
|
|||||||
update_os
|
update_os
|
||||||
|
|
||||||
msg_info "Installing Dependencies"
|
msg_info "Installing Dependencies"
|
||||||
$STD apt-get install -y \
|
$STD apt install -y \
|
||||||
curl \
|
|
||||||
unzip \
|
unzip \
|
||||||
git \
|
git \
|
||||||
tar \
|
|
||||||
ca-certificates \
|
|
||||||
libsqlite3-0
|
libsqlite3-0
|
||||||
msg_ok "Installed Dependencies"
|
msg_ok "Installed Dependencies"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user