Ported LazyLibrarian, Lidarr, Linkwarden to ARM64

This commit is contained in:
Sam Heinz
2024-04-10 08:17:31 +10:00
parent 20aa3a5fc4
commit cb52e52a5f
7 changed files with 10 additions and 4 deletions
+3
View File
@@ -88,6 +88,9 @@ Any applications not in ported or unsupported need to be tested for whether they
<li>⭕ k0s</li> <li>⭕ k0s</li>
<li>⭕ Kavita</li> <li>⭕ Kavita</li>
<li>⭕ Keycloak</li> <li>⭕ Keycloak</li>
<li>⭕ LazyLibrarian</li>
<li>⭕ Lidarr</li>
<li>⭕ Linkwarden</li>
<li>⭕ Mafl</li> <li>⭕ Mafl</li>
<li>⭕ Nginx Proxy Manager</li> <li>⭕ Nginx Proxy Manager</li>
<li>⭕ Prowlarr</li> <li>⭕ Prowlarr</li>
+1 -1
View File
@@ -1,5 +1,5 @@
#!/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: MountyMapleSyrup (MountyMapleSyrup) # Co-Author: MountyMapleSyrup (MountyMapleSyrup)
+1 -1
View File
@@ -1,5 +1,5 @@
#!/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 (tteckster) # Author: tteck (tteckster)
# License: MIT # License: MIT
+1 -1
View File
@@ -1,5 +1,5 @@
#!/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 (tteckster) # Author: tteck (tteckster)
# License: MIT # License: MIT
+1
View File
@@ -19,6 +19,7 @@ $STD apt-get install -y curl
$STD apt-get install -y sudo $STD apt-get install -y sudo
$STD apt-get install -y mc $STD apt-get install -y mc
$STD apt-get install -y git $STD apt-get install -y git
$STD apt-get install -y wget
msg_ok "Installed Dependencies" msg_ok "Installed Dependencies"
msg_info "Installing Python3 Dependencies" msg_info "Installing Python3 Dependencies"
+2 -1
View File
@@ -20,12 +20,13 @@ $STD apt-get install -y mc
$STD apt-get install -y sqlite3 $STD apt-get install -y sqlite3
$STD apt-get install -y libchromaprint-tools $STD apt-get install -y libchromaprint-tools
$STD apt-get install -y mediainfo $STD apt-get install -y mediainfo
$STD apt-get install -y wget
msg_ok "Installed Dependencies" msg_ok "Installed Dependencies"
msg_info "Installing Lidarr" msg_info "Installing Lidarr"
mkdir -p /var/lib/lidarr/ mkdir -p /var/lib/lidarr/
chmod 775 /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 $STD tar -xvzf Lidarr.master.*.tar.gz
mv Lidarr /opt mv Lidarr /opt
chmod 775 /opt/Lidarr chmod 775 /opt/Lidarr
+1
View File
@@ -20,6 +20,7 @@ $STD apt-get install -y mc
$STD apt-get install -y git $STD apt-get install -y git
$STD apt-get install -y gpg $STD apt-get install -y gpg
$STD apt-get install -y postgresql $STD apt-get install -y postgresql
$STD apt-get install -y wget
msg_ok "Installed Dependencies" msg_ok "Installed Dependencies"
msg_info "Setting up Node.js Repository" msg_info "Setting up Node.js Repository"