Small changes that I noticed when diffing the files
This commit is contained in:
parent
e634fedae8
commit
7963018d3d
6 changed files with 9 additions and 5 deletions
2
scripts/obtain/dotnet-install.sh
vendored
2
scripts/obtain/dotnet-install.sh
vendored
|
@ -82,7 +82,7 @@ get_current_os_name() {
|
|||
elif [ "$(cat /etc/*-release | grep -cim1 debian)" -eq 1 ]; then
|
||||
echo "debian"
|
||||
return 0
|
||||
if [ "$(cat /etc/*-release | grep -cim1 fedora)" -eq 1 ]; then
|
||||
elif [ "$(cat /etc/*-release | grep -cim1 fedora)" -eq 1 ]; then
|
||||
if [ "$(cat /etc/*-release | grep -cim1 23)" -eq 1 ]; then
|
||||
echo "fedora.23"
|
||||
return 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue