Fixed installer and git urls in update scripts

This commit is contained in:
2022-09-07 02:25:21 +02:00
parent 290f40319f
commit 543aa8876f
3 changed files with 6 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/ash
##Script for updating SnappyMailVer
NewSnappyMailVer=$(curl -s https://api.github.com/repos/the-djmaze/snappymail/releases/latest | grep 'tag_name.*' | cut -d : -f 2,3 | tr -d \" |tr -d , |tr -d " ")
NewSnappyMailVer=$(curl -s https://api.github.com/repos/the-djmaze/snappymail/releases/latest | grep 'tag_name.*' | cut -d : -f 2,3 | tr -d \" |tr -d , |tr -d " "| tr -d : )
printf "SnappyMail: checking for upgrades... "