Update umlautadaptarr-install.sh
This commit is contained in:
parent
f7a468ef6b
commit
5428fce768
@ -27,6 +27,7 @@ temp_file=$(mktemp)
|
|||||||
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
|
||||||
unzip -qj $temp_file '*/**' -d /opt/UmlautAdaptarr
|
unzip -qj $temp_file '*/**' -d /opt/UmlautAdaptarr
|
||||||
|
echo "${RELEASE}" >"/opt/UmlautAdaptarr_version.txt"
|
||||||
msg_ok "Installation completed"
|
msg_ok "Installation completed"
|
||||||
|
|
||||||
msg_info "Creating appsettings.json"
|
msg_info "Creating appsettings.json"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user