Skip to content

Fix colors on Alpine Linux and add Devuan

samedamci requested to merge samedamci/ufetch:master into master

I fixed colors on Alpine Linux. tput is not installed on this distro by default and I don't know if it's available in general in repo. I changed tput colors defined to standard colors. Also I had to change cat <<EOF to printf to apply this colors modification.

Before

Before

After

After

Also I added Devuan.

2020-05-07_1588878018

Edited by samedamci

Merge request reports