GreenDjango / blih_cli

CLI for Blih
MIT License
6 stars 0 forks source link

AUR package #15

Closed YannMagnin closed 4 years ago

YannMagnin commented 4 years ago

I have created an AUR package for blih_cli: https://aur.archlinux.org/packages/blih_cli-git

But I have some points to discuss with:

I ask that because when the blih_cli is already installed, the AUR packages will automatically try to re-install the binary. And, during this process it's normally doesn't request the user's root password (because the fakeroot environment is involved (but only if the AUR package use explicitly sudo not when the binary invoke manually the root password)).

If you don't want to remove this feature, can I use the unistall.sh to remove manually the blih_cli before the reinstallation ? There are any flags for the script ?

GreenDjango commented 4 years ago
GreenDjango commented 4 years ago

Now blih_cli install is provide by npm (cf: https://www.npmjs.com/package/blih_cli & https://github.com/GreenDjango/blih_cli/packages/348607)