|
|
|
|
8486
|
if [ ! $RSS_READER_PATH ]; then
|
8486
|
if [ ! $RSS_READER_PATH ]; then
|
8487
|
RSS_READER_PATH=/etc/share/tt-rss
|
8487
|
RSS_READER_PATH=/etc/share/tt-rss
|
8488
|
fi
|
8488
|
fi
|
8489
|
- RSS_MOBILE_READER_PATH=/etc/share/ttrss-mobile
|
|
|
|
|
8489
|
+ RSS_MOBILE_READER_PATH=/etc/share/g2ttrss-mobile
|
8490
|
|
8490
|
|
8491
|
if [ ! -d $RSS_READER_PATH ]; then
|
8491
|
if [ ! -d $RSS_READER_PATH ]; then
|
8492
|
echo $'tt-rss is not installed, so the mobile version cannot be installed'
|
8492
|
echo $'tt-rss is not installed, so the mobile version cannot be installed'
|
|
|
|
|
8513
|
fi
|
8513
|
fi
|
8514
|
|
8514
|
|
8515
|
cd /etc/share
|
8515
|
cd /etc/share
|
8516
|
- git_clone $RSS_MOBILE_READER_REPO ttrss-mobile
|
|
|
|
|
8516
|
+ git_clone $RSS_MOBILE_READER_REPO g2ttrss-mobile
|
8517
|
if [ ! -d $RSS_MOBILE_READER_PATH ]; then
|
8517
|
if [ ! -d $RSS_MOBILE_READER_PATH ]; then
|
8518
|
echo $'Could not clone RSS mobile reader repo'
|
8518
|
echo $'Could not clone RSS mobile reader repo'
|
8519
|
exit 24816
|
8519
|
exit 24816
|