summaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
Diffstat (limited to 'install')
-rw-r--r--install5
1 files changed, 5 insertions, 0 deletions
diff --git a/install b/install
index f074e4f..34a8299 100644
--- a/install
+++ b/install
@@ -39,3 +39,8 @@ for file in $files; do
done
install repl.rc .re.pl/repl.rc
install authorized_keys .ssh/authorized_keys
+
+cd .bin
+find -type f -exec chmod a+x '{}' \;
+ln -sf ssh scp
+ln -sf ssh sftp