Skip to content

Commit

Permalink
Updated install script. Removed source command. Added chmod command t…
Browse files Browse the repository at this point in the history
…o remove executable permissions after install
  • Loading branch information
wesscoby committed Jun 9, 2019
1 parent 6477023 commit f8acf8d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ printf "\n\n# Export Git Scripts Source Folder\nexport PATH=\$PATH:~/.bash/git-s
### Ensure files in ./bin are executable
chmod u+x ./bin/*

### Reload Bash
source ~/.bashrc
### Remove executable permission on this file
chmod u-x ./install.sh

0 comments on commit f8acf8d

Please sign in to comment.