From 5838eaa1ad3d4f2bd9efe38cb766bb425064cb01 Mon Sep 17 00:00:00 2001 From: Davide Laezza Date: Sat, 5 May 2018 10:15:15 +0200 Subject: Setting executable permissions, just in case --- install.sh | 1 + 1 file changed, 1 insertion(+) 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 -- cgit