9 lines
120 B
Bash
Executable File
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
|