Compare commits
2 Commits
b2f703d985
...
2f835e0f74
| Author | SHA1 | Date | |
|---|---|---|---|
| 2f835e0f74 | |||
| 620dbd7bcc |
@ -32,7 +32,7 @@ function update_script() {
|
||||
fi
|
||||
setup_uv
|
||||
# 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
|
||||
msg_error "Failed to fetch latest release version"
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user