mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-21 19:11:30 +01:00
Fixed typo
This commit is contained in:
parent
46177a425c
commit
aacccf60a9
|
@ -8,7 +8,7 @@ uname=$(uname -a)
|
|||
if [[ $uname == *"Darwin"* ]]; then
|
||||
if [[ $(which brew) ]]; then
|
||||
os_extra=(osx brew)
|
||||
elif [[ $(which port)]]; then
|
||||
elif [[ $(which port) ]]; then
|
||||
os_extra=(osx macports)
|
||||
else
|
||||
os_extra=(osx)
|
||||
|
|
Loading…
Reference in New Issue
Block a user