aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index 7d07847..40d8170 100755
--- a/install.sh
+++ b/install.sh
@@ -11,10 +11,12 @@ fi
install()
{
- cp "./dwmbar /usr/bin/dwmbar"
+ cp "./dwmbar" "/usr/bin/dwmbar"
mkdir -p "$CONFIG_DIR"
[[ ! -f "$MODULES_DIR" ]] && cp -r "./modules" "$CONFIG_DIR/modules"
[[ ! -f "$DWMBARRC" ]] && cp "./dwmbarrc" "$DWMBARRC"
}
+
+install