Make all commands OS agnostic #44
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
p3
Currently, it works fine with ubuntu, fedora and raspberry pi devices.
Should improve the
os_parse
function inhelpers.py
Add support for Arch Linux distros
Arch Linux distros like Manjaro are gaining popularity and we need to add support for it.
We can try aliases. Like:
Or,
We can use
yaourt
instead ofpacman
....etc.
These can then be put in
~/.bashrc
or~/.zshrc
or called from a local os config file.Here's all that I could find:
The text was updated successfully, but these errors were encountered: