Skip to content

Commit

Permalink
Scientific Linux detection through lsb_release
Browse files Browse the repository at this point in the history
  • Loading branch information
darealshinji committed Mar 10, 2017
1 parent 2172669 commit 36518ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion screenfetch-dev
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ detectdistro () {
done
fi
case "${distro_detect}" in
"CentOS"|"Chapeau"|"Deepin"|"Devuan"|"Fedora"|"gNewSense"|"Jiyuu Linux"|"Kogaion"|"Korora"|"Mageia"|"Netrunner"|"NixOS"|"Pardus"|"Raspbian"|"Sabayon"|"Solus"|"SteamOS"|"Trisquel"|"Ubuntu"|"GrombyangOS")
"CentOS"|"Chapeau"|"Deepin"|"Devuan"|"Fedora"|"gNewSense"|"Jiyuu Linux"|"Kogaion"|"Korora"|"Mageia"|"Netrunner"|"NixOS"|"Pardus"|"Raspbian"|"Sabayon"|"Solus"|"SteamOS"|"Trisquel"|"Ubuntu"|"GrombyangOS"|"Scientific Linux")
# no need to fix $distro/$distro_codename/$distro_release
distro="${distro_detect}"
;;
Expand Down

0 comments on commit 36518ac

Please sign in to comment.