feat : add framemo repo and local dev for dragon\

This commit is contained in:
Florian Schmitt 2023-12-23 13:54:29 +03:00
parent 28ae02760b
commit ee73caccd0
3 changed files with 9 additions and 4 deletions

View file

@ -70,3 +70,9 @@ dir="yeswiki-installer"
dir="doc.yeswiki.pro"
[ ! -d $curdir/$dir ] && git clone ssh://forgejo@forge.mrflos.pw:4222/yeswiki/doc.yeswiki.pro.git $curdir/$dir
printf "================ End install YesWiki misc from forge.mrflos.pw ============\n"
# other projects
printf "\n================ Install other projects ================\n"
dir="framemo"
[ ! -d $curdir/$dir ] && git clone ssh://git@framagit.org/colibris/framemo.git
printf "================ End install other projects ============\n"