summaryrefslogtreecommitdiff
path: root/install.sh
AgeCommit message (Collapse)Author
2014-12-22install: add execution permission to the scriptOlivier Gayot
we need to be able to chdir to the repository and just run ./install.sh mode changed to 755 to avoid this issue. Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
2014-12-22install: remove useless lineOlivier Gayot
shopt is not used anymore since we do use GNU find instead. Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
2014-12-22install: create the installation scriptOlivier Gayot
usage: ./install.sh user [sudo] ./install.sh global Signed-off-by: Olivier Gayot <duskcoder@gmail.com>