extension search index

This commit is contained in:
Olof hagsand 2020-02-20 15:08:25 +01:00
parent c43ee9e1ef
commit 2eae2b6000
5 changed files with 26 additions and 25 deletions

View file

@ -27,6 +27,7 @@ fi
h=$1
ssh -t $h "test -d src || mkdir src"
ssh -t $h "test -d src/cligen || (cd src;git clone https://github.com/olofhagsand/cligen.git)"
ssh -t $h "(cd src/cligen;git pull)"
ssh -t $h "(cd src/cligen;./configure)"