mirror of
https://ghproxy.net/https://github.com/fairpm/server.git
synced 2025-09-06 10:50:13 +08:00
4 lines
128 B
Bash
Executable file
4 lines
128 B
Bash
Executable file
#!/bin/bash -e
|
|
|
|
# Install composer dependencies
|
|
composer install --no-dev --prefer-dist --optimize-autoloader --apcu-autoloader
|