YunoHost-Apps / freshrss_ynh

FreshRSS package for YunoHost
https://freshrss.org
GNU Affero General Public License v3.0
29 stars 20 forks source link

Problem installing the Invidious extension #144

Closed blogdemoi closed 1 year ago

blogdemoi commented 2 years ago

Hi,

I wish to install the Invidious extension https://github.com/Korbak/freshrss-invidious

So I did:

cd /var/www/freshrss/extensions
wget https://github.com/korbak/freshrss-invidious/archive/master.zip
unzip master.zip

However:

mv freshrss-invidious-master/xExtension-Invidious doesn't work,

mv: missing destination file operand after 'freshrss-invidious-master/xExtension-Invidious'

How can I install it and a broader question, how to install other extensions?

Thank you.

lapineige commented 2 years ago

mv freshrss-invidious-master/xExtension-Invidious doesn't work,

mv command expect 2 arguments : sourceFileLocation FinalFileDestination (these could be folders).

You have to specify what you're moving and where you're moving it.