Merge remote-tracking branch 'origin/merge-requests/104'

This commit is contained in:
Julian Ospald 2019-06-24 21:45:35 +08:00
commit 9cf7a6bbbe
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 5 additions and 5 deletions

2
ghcup
View File

@ -1093,7 +1093,7 @@ get_distro_alias() {
"Fedora"|"fedora")
distro_alias=fedora
;;
"CentOS Linux"|"CentOS"|"centos")
"CentOS Linux"|"CentOS"|"centos"|"Red Hat Enterprise Linux"*)
distro_alias=centos
;;
"Alpine Linux"|"Alpine")