Switched from Rainloop to SnappyMail since it seems to be abandoned
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/bin/ash
|
||||
##Script for updating OfflineIMAP3
|
||||
|
||||
NewOfflineIMAPVer=$(curl -s https://api.github.com/repos/OfflineIMAP/offlineimap3/tags | grep 'name.*' |head -n 1 | cut -d : -f 2,3 | tr -d \" |tr -d , |tr -d " ")
|
||||
NewOfflineIMAPVer=$(curl -s https://api.github.com/repos/OfflineIMAP/offlineimap3/tags | grep 'name.*' |head -n 1 | cut -d : -f 2,3 | tr -d \" |tr -d , |tr -d " " | tr -d : )
|
||||
|
||||
printf "OfflineIMAP: checking for upgrades... "
|
||||
|
||||
|
||||
Reference in New Issue
Block a user