neofetch icon indicating copy to clipboard operation
neofetch copied to clipboard

No logo for AlmaLinux or Rocky Linux

Open cheesepufffff opened this issue 3 years ago • 2 comments

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 obraz

cheesepufffff avatar May 21 '22 17:05 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

屏幕截图 2022-06-18 084137

RickGanKL avatar Jun 18 '22 00:06 RickGanKL

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

inuitviking avatar Aug 15 '22 10:08 inuitviking