Port caddy, umami to ARM64

This commit is contained in:
Sam Heinz
2024-05-14 09:43:17 +10:00
parent 7e0119f87c
commit dd466ab22c
5 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ network_check
update_os
msg_info "Installing Dependencies"
$STD apt-get install -y {debian-keyring,debian-archive-keyring,apt-transport-https,gpg,curl,sudo,mc}
$STD apt-get install -y {debian-keyring,debian-archive-keyring,apt-transport-https,gpg,curl,sudo,mc,wget}
msg_ok "Installed Dependencies"
msg_info "Installing Caddy"
+1
View File
@@ -20,6 +20,7 @@ $STD apt-get install -y mc
$STD apt-get install -y git
$STD apt-get install -y gpg
$STD apt-get install -y postgresql
$STD apt-get install -y wget
msg_ok "Installed Dependencies"
msg_info "Setting up Node.js Repository"