File fix-shebang.patch of Package hyfetch
--- a/neofetch +++ b/neofetch @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/bin/bash # vim: noai:ts=4:sw=4:expandtab # shellcheck source=/dev/null # shellcheck disable=2009 disable=2153 disable=2154 disable=2243 disable=2244 disable=2317