diff --git a/setup.bash b/setup.bash index 1a5ce2a..6d1230d 100755 --- a/setup.bash +++ b/setup.bash @@ -14,7 +14,7 @@ install-apt-dependencies() { echo "=> Installing apt dependencies" set -x sudo apt-get update && \ - sudo apt-get install xcompmgr openbox albert plank dunst + sudo apt-get install xcompmgr openbox albert plank dunst numix-icon-theme-circle set +x } @@ -28,7 +28,7 @@ are-in-path() { install-dependencies() { echo "=> Checking dependencies" - if ! are-in-path xcompmgr openbox dunst; then + if ! are-in-path xcompmgr openbox dunst || ! [[ -d /usr/share/icons/Numix-Circle ]]; then install-apt-dependencies fi }