Problem with wget command

wget: - https://raw.githubusercontent.com/LedgerHQ/udev-rules/master/add_udev_rules.sh: No such file or directory

Hello, trying to make an AppImage file work, it doesn't recognize the required file or directory. The url exists.

The original command was
wget -q -O - https://raw.githubusercontent.com/LedgerHQ/udev-rules/master/add_udev_rules.sh | sudo bash

But it's return 'url missing'

What is the App Image of?

Have you run:
wget -q -O - https://raw.githubusercontent.com/LedgerHQ/udev-rules/master/add_udev_rules.sh

I tested on a machine and it works...

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.