aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinstall.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index 6a24714..ade7f08 100755
--- a/install.sh
+++ b/install.sh
@@ -7,3 +7,4 @@ if /usr/bin/env python -V 2>&1 | grep 'Python 2' &> /dev/null; then
else
cp ./move-to-next-monitor /usr/local/bin/move-to-next-monitor
fi
+chmod +x /usr/local/bin/move-to-next-monitor
bgstack15