forgot to install ssh
This commit is contained in:
parent
ab9ef9cb3f
commit
c299c60d7e
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ export HOME
|
|||
setup () {
|
||||
echo "Installation starting to $base"
|
||||
mkdir -p "$base/bin"
|
||||
for prog in busybox git-annex git-shell git-upload-pack git gpg rsync ssh-keygen; do
|
||||
for prog in busybox git-annex git-shell git-upload-pack git gpg rsync ssh ssh-keygen; do
|
||||
echo "installing $prog"
|
||||
ln $base/lib/lib.$prog.so $base/bin/$prog
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue