diff options
Diffstat (limited to 'nofetch')
-rw-r--r-- | nofetch | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ else nofetch="something has gone terribly wrong" fi -osname=$(cat /etc/os-release | grep -w NAME= | head -1 | sed "s/NAME=//g" | sed "s/\"//g") +osname=$(cat /etc/os-release | grep -w NAME | head -1 | sed "s/NAME=//g" | sed "s/\"//g") echo " " echo " > $nofetch " |