diff options
author | Ivan Héda <ivan.heda@gmail.com> | 2018-05-09 07:53:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-09 07:53:57 +0200 |
commit | 899c0567b9b4cb86bd653db76ca72652feb45d87 (patch) | |
tree | de46c45134b08c8d5d7270f2576ca80d5d403ccf /install.sh | |
parent | Fixed left corner out of the screen behavior. (diff) | |
parent | Implementing changes requested in vanaoff/move-to-next-monitor#1 (diff) | |
download | move-to-next-monitor-master.tar.gz move-to-next-monitor-master.tar.bz2 move-to-next-monitor-master.zip |
Small installation fixes
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,5 @@ #!/usr/bin/env bash cd $(dirname $0) -cp ./move-to-next-monitor /usr/local/bin/move-to-next-monitor
\ No newline at end of file +cp ./move-to-next-monitor /usr/local/bin/move-to-next-monitor +chmod +x /usr/local/bin/move-to-next-monitor |