Fixed installer and git urls in update scripts
This commit is contained in:
@@ -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... "
|
||||
|
||||
|
||||
Reference in New Issue
Block a user