Skip to content

Commit

Permalink
Make scripts executable on installation
Browse files Browse the repository at this point in the history
Close #61
  • Loading branch information
sapegin committed Nov 16, 2017
1 parent 9cbf5d0 commit eceb67d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install.sh
Expand Up @@ -18,6 +18,7 @@ for s in ${FILES[*]}; do
echo
exit 1
fi
chmod +x ${dest}/${s}
done

# Done!
Expand Down

0 comments on commit eceb67d

Please sign in to comment.