Add Hubzilla Chess repo to deploy script
This commit is contained in:
parent
5b0a17359d
commit
b4ccc62596
@ -203,3 +203,8 @@ util/add_theme_repo https://github.com/DeadSuperHero/redmatrix-themes.git DeadSu
|
|||||||
echo "Try to add or update Hubzilla ownMapp"
|
echo "Try to add or update Hubzilla ownMapp"
|
||||||
cd ${OPENSHIFT_REPO_DIR}
|
cd ${OPENSHIFT_REPO_DIR}
|
||||||
util/add_addon_repo https://gitlab.com/zot/ownmapp.git ownMapp
|
util/add_addon_repo https://gitlab.com/zot/ownmapp.git ownMapp
|
||||||
|
|
||||||
|
# Hubzilla Chess
|
||||||
|
echo "Try to add or update Hubzilla chess"
|
||||||
|
cd ${OPENSHIFT_REPO_DIR}
|
||||||
|
util/add_addon_repo https://gitlab.com/zot/hubzilla-chess.git Chess
|
||||||
|
Reference in New Issue
Block a user