Skip to content

HISP-Uganda/auto-installer-hmis100-tracker-integrator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

How To

Run command below

DHIS2_VERSION="{dhis2_version}" && \
rm -rf updates && \
url="{repo}" && \
git clone -b "$DHIS2_VERSION" "$url" updates && \
cd updates && \
./update.sh "$DHIS2_VERSION"

e.g.

DHIS2_VERSION="2.38" && \
rm -rf updates && \
url="https://github.com/HISP-Uganda/auto-installer-hmis100-tracker-integrator.git" && \
git clone -b "$DHIS2_VERSION" "$url" updates && \
cd updates && \
chmod u+x update.sh && \
./update.sh "$DHIS2_VERSION"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published