mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-17 22:11:01 +02:00
Also migrate 'official' plugins from 'dev.tt-rss.org' to their GitHub equivalent.
This commit is contained in:
parent
2b5877435f
commit
0046d98c7b
@ -96,6 +96,12 @@ if [ -z "$TTRSS_NO_STARTUP_PLUGIN_UPDATES" ]; then
|
||||
https://gitlab.tt-rss.org/tt-rss/plugins/ttrss-*.git)
|
||||
NEW_ORIGIN_URL="https://github.com/tt-rss/tt-rss-plugin-${ORIGIN_URL#'https://gitlab.tt-rss.org/tt-rss/plugins/ttrss-'}"
|
||||
;;
|
||||
https://dev.tt-rss.org/tt-rss/ttrss-*.git)
|
||||
NEW_ORIGIN_URL="https://github.com/tt-rss/tt-rss-plugin-${ORIGIN_URL#'https://dev.tt-rss.org/tt-rss/ttrss-'}"
|
||||
;;
|
||||
https://dev.tt-rss.org/tt-rss/plugins/ttrss-*.git)
|
||||
NEW_ORIGIN_URL="https://github.com/tt-rss/tt-rss-plugin-${ORIGIN_URL#'https://dev.tt-rss.org/tt-rss/plugins/ttrss-'}"
|
||||
;;
|
||||
*)
|
||||
NEW_ORIGIN_URL=""
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user