Upated for changed git URL for tt-rss HEAD
This commit is contained in:
parent
26882927db
commit
fbef0c79e7
@ -51,11 +51,11 @@ setup_ttrss()
|
|||||||
echo "Setup: Setting up Tiny Tiny RSS '$TTRSS_GIT_TAG' ..."
|
echo "Setup: Setting up Tiny Tiny RSS '$TTRSS_GIT_TAG' ..."
|
||||||
cd ${TTRSS_PATH}
|
cd ${TTRSS_PATH}
|
||||||
git init .
|
git init .
|
||||||
git fetch --depth=1 https://tt-rss.org/gitlab/fox/tt-rss.git refs/tags/${TTRSS_GIT_TAG}:refs/tags/${TTRSS_GIT_TAG}
|
git fetch --depth=1 https://git.tt-rss.org/git/tt-rss.git refs/tags/${TTRSS_GIT_TAG}:refs/tags/${TTRSS_GIT_TAG}
|
||||||
git checkout tags/${TTRSS_GIT_TAG}
|
git checkout tags/${TTRSS_GIT_TAG}
|
||||||
else
|
else
|
||||||
echo "Setup: Setting up Tiny Tiny RSS (latest revision) ..."
|
echo "Setup: Setting up Tiny Tiny RSS (latest revision) ..."
|
||||||
git clone --depth=1 https://tt-rss.org/gitlab/fox/tt-rss.git ${TTRSS_PATH}
|
git clone --depth=1 https://git.tt-rss.org/git/tt-rss.git ${TTRSS_PATH}
|
||||||
fi
|
fi
|
||||||
git clone --depth=1 https://github.com/sepich/tt-rss-mobilize.git ${TTRSS_PATH}/plugins/mobilize
|
git clone --depth=1 https://github.com/sepich/tt-rss-mobilize.git ${TTRSS_PATH}/plugins/mobilize
|
||||||
git clone --depth=1 https://github.com/hrk/tt-rss-newsplus-plugin.git ${TTRSS_PATH}/plugins/api_newsplus
|
git clone --depth=1 https://github.com/hrk/tt-rss-newsplus-plugin.git ${TTRSS_PATH}/plugins/api_newsplus
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user