Revert "port all A named cts"

This reverts commit 9afdcc793b.
This commit is contained in:
Sam Heinz
2025-01-08 00:13:58 +10:00
parent 6785d3ff67
commit 07263fd421
17 changed files with 32 additions and 70 deletions
+1 -1
View File
@@ -22,7 +22,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_x86_64 | cut -d\" -f4)
tar -C /usr/local/bin -xzf autobrr*.tar.gz
rm -rf autobrr*.tar.gz
mkdir -p /root/.config/autobrr