Debian support added, fix for Autobrr install

This commit is contained in:
Sam Heinz
2024-04-10 14:44:12 +10:00
parent cb52e52a5f
commit e1d5b0120d
3 changed files with 23 additions and 19 deletions

View File

@@ -21,7 +21,7 @@ $STD apt-get install -y wget
msg_ok "Installed Dependencies"
msg_info "Installing Autobrr"
wget -q $(curl -s https://api.github.com/repos/autobrr/autobrr/releases/latest | grep download | grep linux_arm64 | cut -d\" -f4)
wget -q $(curl -s https://api.github.com/repos/autobrr/autobrr/releases/latest | grep download | grep linux_arm64.tar.gz | cut -d\" -f4)
tar -C /usr/local/bin -xzf autobrr*.tar.gz
rm -rf autobrr*.tar.gz
mkdir -p /root/.config/autobrr