From 3d93c98ce9fb3642ca49cf0d9c743f20a552101a Mon Sep 17 00:00:00 2001 From: jiinx Date: Sun, 25 Sep 2022 10:39:53 +0200 Subject: [PATCH] Changed default TTRSS_REPO_URL to reflect the new git repo path. --- root/srv/setup-ttrss.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/srv/setup-ttrss.sh b/root/srv/setup-ttrss.sh index e98a144..d78895a 100755 --- a/root/srv/setup-ttrss.sh +++ b/root/srv/setup-ttrss.sh @@ -44,7 +44,7 @@ setup_nginx() setup_ttrss() { if [ -z "$TTRSS_REPO_URL" ]; then - TTRSS_REPO_URL=https://git.tt-rss.org/git/tt-rss.git + TTRSS_REPO_URL=https://git.tt-rss.org/fox/tt-rss.git/ fi if [ -z "$TTRSS_PATH" ]; then