From cb52e52a5f2c8a239740db9e8933a59c7fd347fc Mon Sep 17 00:00:00 2001 From: Sam Heinz <54530346+asylumexp@users.noreply.github.com> Date: Wed, 10 Apr 2024 08:17:31 +1000 Subject: [PATCH] Ported LazyLibrarian, Lidarr, Linkwarden to ARM64 --- README.md | 3 +++ ct/lazylibrarian.sh | 2 +- ct/lidarr.sh | 2 +- ct/linkwarden.sh | 2 +- install/lazylibrarian-install.sh | 1 + install/lidarr-install.sh | 3 ++- install/linkwarden-install.sh | 1 + 7 files changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 316262d9a..844384865 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,9 @@ Any applications not in ported or unsupported need to be tested for whether they
  • ⭕ k0s
  • ⭕ Kavita
  • ⭕ Keycloak
  • +
  • ⭕ LazyLibrarian
  • +
  • ⭕ Lidarr
  • +
  • ⭕ Linkwarden
  • ⭕ Mafl
  • ⭕ Nginx Proxy Manager
  • ⭕ Prowlarr
  • diff --git a/ct/lazylibrarian.sh b/ct/lazylibrarian.sh index 9f29dc43b..c37e9d2fd 100644 --- a/ct/lazylibrarian.sh +++ b/ct/lazylibrarian.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 # Co-Author: MountyMapleSyrup (MountyMapleSyrup) diff --git a/ct/lidarr.sh b/ct/lidarr.sh index 9628b885c..cf6e6dafb 100644 --- a/ct/lidarr.sh +++ b/ct/lidarr.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) # License: MIT diff --git a/ct/linkwarden.sh b/ct/linkwarden.sh index e5c0494a0..ca6ff6346 100644 --- a/ct/linkwarden.sh +++ b/ct/linkwarden.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) # License: MIT diff --git a/install/lazylibrarian-install.sh b/install/lazylibrarian-install.sh index 98595c26c..ead2bbba7 100644 --- a/install/lazylibrarian-install.sh +++ b/install/lazylibrarian-install.sh @@ -19,6 +19,7 @@ $STD apt-get install -y curl $STD apt-get install -y sudo $STD apt-get install -y mc $STD apt-get install -y git +$STD apt-get install -y wget msg_ok "Installed Dependencies" msg_info "Installing Python3 Dependencies" diff --git a/install/lidarr-install.sh b/install/lidarr-install.sh index 846b4de0b..880b6d333 100644 --- a/install/lidarr-install.sh +++ b/install/lidarr-install.sh @@ -20,12 +20,13 @@ $STD apt-get install -y mc $STD apt-get install -y sqlite3 $STD apt-get install -y libchromaprint-tools $STD apt-get install -y mediainfo +$STD apt-get install -y wget msg_ok "Installed Dependencies" msg_info "Installing Lidarr" mkdir -p /var/lib/lidarr/ chmod 775 /var/lib/lidarr/ -$STD wget --content-disposition 'https://lidarr.servarr.com/v1/update/master/updatefile?os=linux&runtime=netcore&arch=x64' +$STD wget --content-disposition 'https://lidarr.servarr.com/v1/update/master/updatefile?os=linux&runtime=netcore&arch=arm64' $STD tar -xvzf Lidarr.master.*.tar.gz mv Lidarr /opt chmod 775 /opt/Lidarr diff --git a/install/linkwarden-install.sh b/install/linkwarden-install.sh index 6ad52ab01..acf60ea1b 100644 --- a/install/linkwarden-install.sh +++ b/install/linkwarden-install.sh @@ -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"