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

11 lines
135 B
Bash
Executable File

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