Stop using sequence numbers for install script names - sequence is given by 00-install.sh
This commit is contained in:
parent
aa1735d2d1
commit
b46cd81b27
@ -5,17 +5,21 @@ export DEBUG=1
|
||||
|
||||
SOURCE_DIR=$(realpath $(dirname "${0}"))
|
||||
|
||||
# Install shared packages and perform OS customization
|
||||
${SOURCE_DIR}/01-basic.sh
|
||||
${SOURCE_DIR}/02-sahana.sh
|
||||
${SOURCE_DIR}/03-sambro.sh
|
||||
${SOURCE_DIR}/10-seeddms.sh
|
||||
${SOURCE_DIR}/20-ushahidi.sh
|
||||
${SOURCE_DIR}/30-ckan.sh
|
||||
${SOURCE_DIR}/50-pandora.sh
|
||||
${SOURCE_DIR}/60-kanboard.sh
|
||||
${SOURCE_DIR}/70-crisiscleanup.sh
|
||||
|
||||
# Install applications
|
||||
${SOURCE_DIR}/ckan.sh
|
||||
# ${SOURCE_DIR}/crisiscleanup.sh
|
||||
${SOURCE_DIR}/cts.sh
|
||||
${SOURCE_DIR}/kanboard.sh
|
||||
${SOURCE_DIR}/pandora.sh
|
||||
${SOURCE_DIR}/sahana.sh
|
||||
${SOURCE_DIR}/sambro.sh
|
||||
${SOURCE_DIR}/seeddms.sh
|
||||
${SOURCE_DIR}/ushahidi.sh
|
||||
|
||||
# Perform cleanup only if DEBUG environment variable is not set
|
||||
if [ ${DEBUG:-0} -eq 0 ]; then
|
||||
${SOURCE_DIR}/99-cleanup.sh
|
||||
${SOURCE_DIR}/zz-cleanup.sh
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user