Gatekeeper/scripts/first-install.sh
2022-11-27 00:04:34 +01:00

9 lines
120 B
Bash
Executable File

#!/bin/sh
chmod +x ./scripts/*.sh
./scripts/setup-composer.sh
./composer.phar install --no-dev
./scripts/setup-ca.sh