Merge pull request 'change version to own github version' (#18) from profilarr-script into dev
Reviewed-on: #18
This commit is contained in:
@ -32,7 +32,7 @@ function update_script() {
|
|||||||
fi
|
fi
|
||||||
setup_uv
|
setup_uv
|
||||||
# Crawling the new version and checking whether an update is required
|
# Crawling the new version and checking whether an update is required
|
||||||
RELEASE=$(curl -fsSL https://api.github.com/repos/Dictionarry-Hub/profilarr/releases/latest | grep "tag_name" | cut -d'"' -f4)
|
RELEASE=$(curl -fsSL https://api.github.com/repos/BiluliB/profilarr/releases/latest | grep "tag_name" | cut -d'"' -f4)
|
||||||
if [[ -z "$RELEASE" ]]; then
|
if [[ -z "$RELEASE" ]]; then
|
||||||
msg_error "Failed to fetch latest release version"
|
msg_error "Failed to fetch latest release version"
|
||||||
exit 1
|
exit 1
|
||||||
|
|||||||
Reference in New Issue
Block a user