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
+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 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