This repository has been archived on 2021-07-19. You can view files and clone it, but cannot push or open issues or pull requests.
eltelive/sh/install.sh
2021-03-21 17:43:30 +01:00

17 lines
178 B
Bash
Executable File

#!/bin/sh
echo "Running installation..."
set -a
. ./config
set +a
# env
./pkg-install.sh
./nginx-conf.sh
./env-conf.sh
if [ $EL_CONTAINER = "host" ]; then
./www-conf.sh
fi