We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be4a6f1 commit fed5ebdCopy full SHA for fed5ebd
ct/lidarr.sh
@@ -28,6 +28,10 @@ function update_script() {
28
msg_error "No ${APP} Installation Found!"
29
exit
30
fi
31
+ if ! command -v jq &>/dev/null; then
32
+ $STD apt-get update
33
+ $STD apt-get install -y jq
34
+ fi
35
36
RELEASE=$(curl -fsSL https://api.github.com/repos/Lidarr/Lidarr/releases/latest | jq -r '.tag_name' | sed 's/^v//')
37
if [[ "${RELEASE}" != "$(cat ~/.lidarr)" ]] || [[ ! -f ~/.lidarr ]]; then
0 commit comments