deployment_ddcdn_multisite/install.sh

15 lines
349 B
Bash

#!/bin/bash
. bin/variables.sh
echo -e "${PURPLE}${BOLD}Deployment Debian + Caddy + Directus + Nuxt${RESET}"
if [ "$(dirname "$(readlink -f "$0")")" != "$(pwd)" ]; then
echo "Please run this script from its directory."
exit
fi
# First install, root only
echo -e "${PURPLE}${BOLD}First server installation${RESET}"
. bin/first_install.sh