diff options
author | Haakon Meland Eriksen <haakon.eriksen@far.no> | 2015-10-25 17:56:32 +0100 |
---|---|---|
committer | Haakon Meland Eriksen <haakon.eriksen@far.no> | 2015-10-25 17:56:32 +0100 |
commit | 9cee3dda1fca71f08a4e65a3a08d372ce6cdac17 (patch) | |
tree | 29aaaf65918fd89984253886d439685ce9bbf0e7 /.openshift | |
parent | cc0f026cecb2c8101b13449d38097d4c877215ec (diff) | |
download | volse-hubzilla-9cee3dda1fca71f08a4e65a3a08d372ce6cdac17.tar.gz volse-hubzilla-9cee3dda1fca71f08a4e65a3a08d372ce6cdac17.tar.bz2 volse-hubzilla-9cee3dda1fca71f08a4e65a3a08d372ce6cdac17.zip |
Add DeadSuperHero Themes for Hubzilla to deploy
Diffstat (limited to '.openshift')
-rwxr-xr-x | .openshift/action_hooks/deploy | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.openshift/action_hooks/deploy b/.openshift/action_hooks/deploy index 94b2fab12..9e3413f98 100755 --- a/.openshift/action_hooks/deploy +++ b/.openshift/action_hooks/deploy @@ -189,3 +189,8 @@ util/config system disable_discover_tab 1 echo "Try to add or update Hubzilla addons" cd ${OPENSHIFT_REPO_DIR} util/add_addon_repo https://github.com/redmatrix/hubzilla-addons.git HubzillaAddons + +# Hubzilla themes +echo "Try to add or update Hubzilla themes" +cd ${OPENSHIFT_REPO_DIR} +util/add_theme_repo https://github.com/DeadSuperHero/redmatrix-themes.git DeadSuperHeroThemes |