aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Linz2016-07-27 10:17:46 +0200
committerAndreas Linz2016-07-27 10:17:46 +0200
commita9d3dab2c6cdef46eec46918ada488ef60469a82 (patch)
treecfa93ce2f508847ffbd4b4ef9367b0c19494bfab
parent598ee74453aaa29fd30242432319e60fcc71adc9 (diff)
downloadaur-a9d3dab2c6cdef46eec46918ada488ef60469a82.tar.gz
Add a link to the migration guide
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2ebcd8f93ace..d6fd5e261dff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -30,6 +30,7 @@ source_x86_64=("caddy.tar.gz::${_url_prefix}&arch=amd64")
source_armv6h=("caddy.tar.gz::${_url_prefix}&arch=arm")
package() {
+ echo "Migration guide for caddy <0.9: https://github.com/klingtnet/caddy-AUR/README.md"
getent passwd 'www-data' &> /dev/null || echo <<DOC
--> User www-data is required for caddy 0.9+!
--> Create user: useradd --system --shell /usr/bin/nologin www-data