6 lines
154 B
Bash
6 lines
154 B
Bash
#!/usr/bin/with-contenv bash
|
|
set -euo pipefail
|
|
|
|
curl -sfL https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/lidarr/setup.bash | bash
|
|
exit
|