Compare commits
2 Commits
2f835e0f74
...
3a2d253bcc
| Author | SHA1 | Date | |
|---|---|---|---|
| 3a2d253bcc | |||
| 4d37f159ad |
@ -57,7 +57,7 @@ function update_script() {
|
||||
msg_ok "Backup Created"
|
||||
|
||||
# Execute Update
|
||||
msg_info "Updating $APP to v${RELEASE}"
|
||||
msg_info "Updating $APP to ${RELEASE}"
|
||||
temp_file=$(mktemp)
|
||||
curl -fsSL -o "$temp_file" "https://github.com/Dictionarry-Hub/profilarr/archive/refs/tags/${RELEASE}.zip"
|
||||
unzip -q -o "$temp_file" -d /tmp
|
||||
|
||||
Reference in New Issue
Block a user