What's new

FlexQoS FlexQOS faulty insstallation instruction

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Squall Leonhart

Regular Contributor
Using the installation command listed on the github breaks because the full write path isn't specified, if an addons directory already exists curl fails with IsDirectory.

Deleting that directory installs the .sh as "addons" txt file without a shell extension.

Code:
admin@RT-AC88U-9670:/jffs# /usr/sbin/curl "https://raw.githubusercontent.com/dav
e14305/FlexQoS/master/flexqos.sh" -o /jffs/addons
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
Warning: Failed to open the file /jffs/addons: Is a directory

Simple fix, change to

Code:
/usr/sbin/curl "https://raw.githubusercontent.com/dave14305/FlexQoS/master/flexqos.sh" -o /jffs/addons/flexqos/flexqos.sh
 
Last edited:
I updated the README on github so it offers the small “copy” button at the end of the text to be copied.

But the preferred installation method is via amtm.
 
Last edited:

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top