Compare commits
2 Commits
3a2d253bcc
...
5278685dff
| Author | SHA1 | Date | |
|---|---|---|---|
| 5278685dff | |||
| 4eb3a9c2c3 |
@ -59,7 +59,7 @@ function update_script() {
|
||||
# Execute Update
|
||||
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"
|
||||
curl -fsSL -o "$temp_file" "https://github.com/BiluliB/profilarr/archive/refs/tags/${RELEASE}.zip"
|
||||
unzip -q -o "$temp_file" -d /tmp
|
||||
|
||||
# Find the actual extracted directory name
|
||||
|
||||
Reference in New Issue
Block a user