diff --git a/brethil_dotfile.sh b/brethil_dotfile.sh index 54648d7..3f9a36b 100755 --- a/brethil_dotfile.sh +++ b/brethil_dotfile.sh @@ -26,7 +26,7 @@ if [[ "$(command -v systemctl)" ]]; then fi if [[ "$(command -v pacman)" ]]; then antibody bundle robbyrussell/oh-my-zsh path:plugins/archlinux -elif [[ "$(command -v apt)" ]]; then +elif [[ "$(command -v apt-get)" ]]; then antibody bundle robbyrussell/oh-my-zsh path:plugins/debian fi