aboutsummaryrefslogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2019-10-29 01:48:35 +0000
committerYann Herklotz <git@yannherklotz.com>2019-10-29 01:48:35 +0000
commit54b891b85f4132b4def923bafafc1a1c9abd451f (patch)
tree295a9d619124b2dc5452308059992e86876bf5b3 /install.sh
parent4b40b1d53ad96e970eb4d9c6441d1160d0dad60a (diff)
downloaddotfiles-54b891b85f4132b4def923bafafc1a1c9abd451f.tar.gz
dotfiles-54b891b85f4132b4def923bafafc1a1c9abd451f.zip
Fix install for termite
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index d43483f..f7c0022 100755
--- a/install.sh
+++ b/install.sh
@@ -58,7 +58,7 @@ for i in "$@"; do
mpd) MPD=1; NOT_ALL=1;;
bspwm) BSPWM=1; NOT_ALL=1;;
rofi) ROFI=1; NOT_ALL=1;;
- rofi) TERMITE=1; NOT_ALL=1;;
+ termite) TERMITE=1; NOT_ALL=1;;
*)
print_help