flipperdevices / qFlipper

qFlipper — desktop application for updating Flipper Zero firmware via PC
https://update.flipperzero.one
GNU General Public License v3.0
1.07k stars 142 forks source link

Remove warning_message alias #80

Closed tjnull closed 2 years ago

tjnull commented 2 years ago

When running the setup script the alias warning message terminates the setup from installing as the system believes the alias for the warning_message is an actual command.

By removing the alias warning the script will continue the setup and make the necessary changes to for the Linux system to communicate with the flipper.

gsurkov commented 2 years ago

What OS/shell are you using?

tjnull commented 2 years ago

Latest Version of Kali Linux 2022.2 using zsh for the main env shell

gsurkov commented 2 years ago

The rules installation has been reworked for the upcoming 1.1.0 version. The script is now bundled within the AppImage and is invoked via a command line parameter. Additionally (mainly for the package maintainers) make install now installs the rules file to an appropriate location (see README). Could you please test the release candidate and see if it fixes your problem?

tjnull commented 2 years ago

I have used the script to uninstall the device rules. Once the device rules were removed I downloaded the 1.1.0 version of qflipper Appimage.

I can confirm this version was able to install the rules and detect the qflipper that I have connected to my system.

gsurkov commented 2 years ago

Good, closing this PR then.