Update umlautadaptarr.sh
This commit is contained in:
parent
1d5bba3a24
commit
ef93c7aaaa
@ -35,7 +35,7 @@ function update_script() {
|
|||||||
RELEASE=$(curl -s https://api.github.com/repos/PCJones/Umlautadaptarr/releases/latest | grep "tag_name" | awk '{print substr($2, 2, length($2)-3)}')
|
RELEASE=$(curl -s https://api.github.com/repos/PCJones/Umlautadaptarr/releases/latest | grep "tag_name" | awk '{print substr($2, 2, length($2)-3)}')
|
||||||
curl -fsSL "https://github.com/PCJones/Umlautadaptarr/releases/download/${RELEASE}/linux-x64.zip" -o $temp_file
|
curl -fsSL "https://github.com/PCJones/Umlautadaptarr/releases/download/${RELEASE}/linux-x64.zip" -o $temp_file
|
||||||
$STD unzip -u $temp_file '*/**' -d /opt/UmlautAdaptarr
|
$STD unzip -u $temp_file '*/**' -d /opt/UmlautAdaptarr
|
||||||
$STD systemctl start umlautadaptarr
|
systemctl start umlautadaptarr
|
||||||
msg_ok "$APP has been updated."
|
msg_ok "$APP has been updated."
|
||||||
exit
|
exit
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user