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