diff --git a/root/srv/setup-ttrss.sh b/root/srv/setup-ttrss.sh index 5e9bac4..e3d549e 100755 --- a/root/srv/setup-ttrss.sh +++ b/root/srv/setup-ttrss.sh @@ -69,7 +69,7 @@ setup_ttrss() mkdir -p ${TTRSS_PATH_PLUGINS} git clone --depth=1 https://github.com/sepich/tt-rss-mobilize.git ${TTRSS_PATH_PLUGINS}/mobilize - git clone --depth=1 https://github.com/m42e/ttrss_plugin-feediron.git ${TTRSS_PATH_PLUGINS}/feediron + git clone --depth=1 https://github.com/feediron/ttrss_plugin-feediron.git ${TTRSS_PATH_PLUGINS}/feediron mkdir -p ${TTRSS_PATH_THEMES} git clone --depth=1 https://github.com/levito/tt-rss-feedly-theme.git ${TTRSS_PATH_THEMES}/levito-feedly-git