Merge pull request 'changed update url' (#20) from profilarr-script into dev
Reviewed-on: #20
This commit is contained in:
@ -59,7 +59,7 @@ function update_script() {
|
|||||||
# Execute Update
|
# Execute Update
|
||||||
msg_info "Updating $APP to ${RELEASE}"
|
msg_info "Updating $APP to ${RELEASE}"
|
||||||
temp_file=$(mktemp)
|
temp_file=$(mktemp)
|
||||||
curl -fsSL -o "$temp_file" "https://github.com/Dictionarry-Hub/profilarr/archive/refs/tags/${RELEASE}.zip"
|
curl -fsSL -o "$temp_file" "https://github.com/BiluliB/profilarr/archive/refs/tags/${RELEASE}.zip"
|
||||||
unzip -q -o "$temp_file" -d /tmp
|
unzip -q -o "$temp_file" -d /tmp
|
||||||
|
|
||||||
# Find the actual extracted directory name
|
# Find the actual extracted directory name
|
||||||
|
|||||||
Reference in New Issue
Block a user