From ff96174180241ff481c18c845d6a3b05a7b00b72 Mon Sep 17 00:00:00 2001 From: Paul Hendryx Date: Sat, 24 Sep 2016 14:05:21 -0400 Subject: [PATCH] change repo to offical --- init/50_set_the_site.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init/50_set_the_site.sh b/init/50_set_the_site.sh index 3332b33..73f5158 100644 --- a/init/50_set_the_site.sh +++ b/init/50_set_the_site.sh @@ -1,5 +1,5 @@ #!/bin/bash -[[ ! -f /config/www/freshrss/index.php ]] && (git clone https://github.com/marienfressinaud/FreshRSS/ /config/www/freshrss && \ +[[ ! -f /config/www/freshrss/index.php ]] && (git clone https://github.com/FreshRSS/FreshRSS.git /config/www/freshrss && \ chown -R abc:abc /config) # opt out for autoupdates