Port RabbitMQ to ARM64

This commit is contained in:
Sam Heinz
2024-06-27 21:40:42 +10:00
parent 3a88f30da1
commit 11b975889f
2 changed files with 4 additions and 3 deletions
+1 -2
View File
@@ -1,8 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func) source <(curl -s https://raw.githubusercontent.com/asylumexp/Proxmox/main/misc/build.func)
# Copyright (c) 2021-2024 tteck # Copyright (c) 2021-2024 tteck
# Author: tteck # Author: tteck
# Co-Author: MickLesk (Canbiz)
# License: MIT # License: MIT
# https://github.com/tteck/Proxmox/raw/main/LICENSE # https://github.com/tteck/Proxmox/raw/main/LICENSE
+3 -1
View File
@@ -23,7 +23,9 @@ $STD apt-get install -y \
gnupg \ gnupg \
apt-transport-https \ apt-transport-https \
make \ make \
mc mc \
wget \
openssh-server
msg_ok "Installed Dependencies" msg_ok "Installed Dependencies"
msg_info "Adding RabbitMQ signing key" msg_info "Adding RabbitMQ signing key"