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

View File

@@ -1,8 +1,7 @@
#!/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
# Author: tteck
# Co-Author: MickLesk (Canbiz)
# License: MIT
# https://github.com/tteck/Proxmox/raw/main/LICENSE

View File

@@ -23,7 +23,9 @@ $STD apt-get install -y \
gnupg \
apt-transport-https \
make \
mc
mc \
wget \
openssh-server
msg_ok "Installed Dependencies"
msg_info "Adding RabbitMQ signing key"