mirror of
https://github.com/x86dev/docker-ttrss
synced 2025-12-12 17:36:02 +00:00
update-ttrss.sh: Removed News+ API plugin (deprecated / dead).
This commit is contained in:
@@ -22,16 +22,6 @@ update_plugin_mobilize()
|
||||
sed -i -e "s/<?$/<?php/g" ${TTRSS_PATH}/plugins/mobilize/m.php
|
||||
}
|
||||
|
||||
# For use with News+ on Android. Buy the Pro version -- I love it!
|
||||
update_plugin_newsplus()
|
||||
{
|
||||
echo "Updating: News+ plugin"
|
||||
( cd ${TTRSS_PATH}/plugins/api_newsplus && git pull origin HEAD )
|
||||
|
||||
# Link plugin to TTRSS.
|
||||
ln -f -s ${TTRSS_PATH}/plugins/api_newsplus/api_newsplus/init.php ${TTRSS_PATH}/plugins/api_newsplus/init.php
|
||||
}
|
||||
|
||||
update_plugin_feediron()
|
||||
{
|
||||
echo "Updating: FeedIron"
|
||||
@@ -69,7 +59,6 @@ update_common()
|
||||
|
||||
update_ttrss
|
||||
update_plugin_mobilize
|
||||
update_plugin_newsplus
|
||||
update_plugin_feediron
|
||||
update_theme_feedly
|
||||
update_common
|
||||
|
||||
Reference in New Issue
Block a user