From b7295d70154f22304bab2d56c6527c141a02d8ab Mon Sep 17 00:00:00 2001 From: Sam Heinz <54530346+asylumexp@users.noreply.github.com> Date: Wed, 4 Sep 2024 14:14:28 +1000 Subject: [PATCH] Port Lldap and Collabora to arm64 --- ct/collabora.sh | 2 +- ct/lldap.sh | 2 +- install/collabora-install.sh | 2 ++ install/lldap-install.sh | 2 ++ 4 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ct/collabora.sh b/ct/collabora.sh index 56c3a977b..19f2fbf97 100644 --- a/ct/collabora.sh +++ b/ct/collabora.sh @@ -1,5 +1,5 @@ #!/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 (tteckster) # Co-Author: remz1337 diff --git a/ct/lldap.sh b/ct/lldap.sh index 050b471d2..d40c1388f 100644 --- a/ct/lldap.sh +++ b/ct/lldap.sh @@ -1,5 +1,5 @@ #!/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 (tteckster) # Co-Author: remz1337 diff --git a/install/collabora-install.sh b/install/collabora-install.sh index 570d6ae80..8b577fb22 100644 --- a/install/collabora-install.sh +++ b/install/collabora-install.sh @@ -18,6 +18,8 @@ msg_info "Installing Dependencies" $STD apt-get install -y curl $STD apt-get install -y sudo $STD apt-get install -y mc +$STD apt-get install -y wget +$STD apt-get install -y openssh-server msg_ok "Installed Dependencies" msg_info "Installing Collabora Online" diff --git a/install/lldap-install.sh b/install/lldap-install.sh index 0bdebe94d..df28e2f0e 100644 --- a/install/lldap-install.sh +++ b/install/lldap-install.sh @@ -19,6 +19,8 @@ $STD apt-get install -y curl $STD apt-get install -y sudo $STD apt-get install -y mc $STD apt-get install -y gpg +$STD apt-get install -y wget +$STD apt-get install -y openssh-server msg_ok "Installed Dependencies" msg_info "Installing lldap"