mirror of
https://github.com/php/systems.git
synced 2026-03-24 07:42:12 +01:00
6 lines
120 B
Bash
Executable File
6 lines
120 B
Bash
Executable File
#!/bin/sh
|
|
|
|
/local/systems/install-composer && \
|
|
/local/systems/update-mirrors && \
|
|
/local/systems/update-phpweb-backend
|