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 () {
|
setup () {
|
||||||
echo "Installation starting to $base"
|
echo "Installation starting to $base"
|
||||||
mkdir -p "$base/bin"
|
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"
|
echo "installing $prog"
|
||||||
ln $base/lib/lib.$prog.so $base/bin/$prog
|
ln $base/lib/lib.$prog.so $base/bin/$prog
|
||||||
done
|
done
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue