diff --git a/src/freedombone b/src/freedombone index 58fc2ed7..695037f3 100755 --- a/src/freedombone +++ b/src/freedombone @@ -8486,7 +8486,7 @@ function install_rss_mobile_reader { if [ ! $RSS_READER_PATH ]; then RSS_READER_PATH=/etc/share/tt-rss fi - RSS_MOBILE_READER_PATH=/etc/share/ttrss-mobile + RSS_MOBILE_READER_PATH=/etc/share/g2ttrss-mobile if [ ! -d $RSS_READER_PATH ]; then echo $'tt-rss is not installed, so the mobile version cannot be installed' @@ -8513,7 +8513,7 @@ function install_rss_mobile_reader { fi cd /etc/share - git_clone $RSS_MOBILE_READER_REPO ttrss-mobile + git_clone $RSS_MOBILE_READER_REPO g2ttrss-mobile if [ ! -d $RSS_MOBILE_READER_PATH ]; then echo $'Could not clone RSS mobile reader repo' exit 24816