diff --git a/install.sh b/install.sh index eb9aa95..832a840 100755 --- a/install.sh +++ b/install.sh @@ -88,6 +88,7 @@ if [ "$standalone" == "" -o "$standalone" == "y" ] then info "Creating a link in globe PATH . . ." sudo ln -s $repo/$executable /usr/bin/$executable + chmod +x $repo/$executable fi sed "s/--EMAIL--/$mail/mg" -i $dotemacs