We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 195472f commit 2ef5874Copy full SHA for 2ef5874
ct/readeck.sh
@@ -28,7 +28,7 @@ function update_script() {
28
exit
29
fi
30
msg_info "Updating ${APP}"
31
- LATEST=$(LATEST=$(curl -fsSL https://codeberg.org/readeck/readeck/releases/ | grep -oP '/releases/tag/\K\d+\.\d+\.\d+' | head -1))
+ LATEST=$(curl -fsSL https://codeberg.org/readeck/readeck/releases/ | grep -oP '/releases/tag/\K\d+\.\d+\.\d+' | head -1)
32
systemctl stop readeck.service
33
rm -rf /opt/readeck/readeck
34
cd /opt/readeck
0 commit comments