neofetch
neofetch copied to clipboard
No logo for AlmaLinux or Rocky Linux
Hello, so i spotted this issue in my system.
When trying to run 'neofetch --ascii_distro AlmaLinux' or 'neofetch --ascii_distro Rocky' it just shows the Tux logo. Can someone tell me why? Is the neofetch ASCII for Alma and Rocky not available?
If yes, Can Someone make this ASCII's?
Thank you.
Best Regards,
@cheesepufffff

Hi cheesepufffff
Please refer to the discussion below:
https://forums.rockylinux.org/t/how-to-run-neofetch-with-new-rockylinux-ascii-art/3184
curl -s [https://raw.githubusercontent.com/dylanaraps/neofetch/master/neofetch 84](https://raw.githubusercontent.com/dylanaraps/neofetch/master/neofetch) | grep -o AlmaLinux
sudo curl -s [https://raw.githubusercontent.com/dylanaraps/neofetch/master/neofetch 84](https://raw.githubusercontent.com/dylanaraps/neofetch/master/neofetch) -o /usr/bin/neofetch
The mentioned command is messed up with the links. An easy copy paste is here:
To search for Alma and Rocky:
# AlmaLinux:
curl -s https://raw.githubusercontent.com/dylanaraps/neofetch/master/neofetch | grep -o AlmaLinux
# Rocky Linux (only called Rocky in neofetch):
curl -s https://raw.githubusercontent.com/dylanaraps/neofetch/master/neofetch | grep -o Rocky
To install the logos:
curl -s https://raw.githubusercontent.com/dylanaraps/neofetch/master/neofetch -o /usr/bin/neofetch