diff options
Diffstat (limited to 'office/SOGo/getdocs.sh')
-rw-r--r-- | office/SOGo/getdocs.sh | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/office/SOGo/getdocs.sh b/office/SOGo/getdocs.sh deleted file mode 100644 index cdbbc6513c..0000000000 --- a/office/SOGo/getdocs.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh - -# 20220218 bkw: download the PDF docs for SOGo. upstream site does -# user-agent checking, so we pretend to be an ancient version of -# firefox. - -wget --user-agent 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)' \ - https://sogo.nu/files/docs/SOGoInstallationGuide.pdf \ - https://sogo.nu/files/docs/SOGoMozillaThunderbirdConfigurationGuide.pdf \ - https://sogo.nu/files/docs/SOGoOutlookConnectorConfigurationGuide.pdf - -md5sum -c docs.md5sums -exit $? |