Skip to content

Commit

Permalink
display only distro name on Kali rolling
Browse files Browse the repository at this point in the history
  • Loading branch information
darealshinji committed May 6, 2016
1 parent 45d5d9a commit 24359a1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions screenfetch-dev
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,10 @@ detectdistro () {
;;
"Kali"|"Debian Kali Linux")
distro="Kali Linux"
if [[ "${distro_codename}" =~ "kali-rolling" ]]; then
distro_codename="n/a"
distro_release="n/a"
fi
;;
"Kogaion")
distro="Kogaion"
Expand Down

0 comments on commit 24359a1

Please sign in to comment.