Profilarr: standardize architecture case statements in scripts & v2 Support

This commit is contained in:
MickLesk
2026-05-19 08:23:20 +02:00
parent 9dc35463a9
commit 0586b1f29e
2 changed files with 7 additions and 10 deletions
+1 -4
View File
@@ -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"