The source project of this merge request has been removed.
ufetch-fedora: remove hostname dependency and reduce package count pipeline
Hi, I removed dependency to hostname package by reading from /etc/hostname, used awk to calculate package count so there is 2 process in the pipeline now instead of 3, and used printf when printing the final output instead of cat. Thanks.