Skip to content

Commit

Permalink
Add a script for Raspberry Pi installation.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangdoa committed Nov 5, 2023
1 parent 92cc1e4 commit 0d4d2db
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions install_lidarr.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
sudo systemctl stop lidarr
unzip lidarr.develop.zhangdoa.linux-core-arm64.zip
sudo mv lidarr.develop.zhangdoa.linux-core-arm64/ Lidarr
sudo rm -rf /opt/Lidarr
sudo mv Lidarr/ /opt/Lidarr
sudo chmod 775 /opt/Lidarr/Lidarr
sudo chmod 775 /opt/Lidarr/fpcalc
sudo systemctl start lidarr

0 comments on commit 0d4d2db

Please sign in to comment.