mirror of
https://github.com/danog/tgseclib.git
synced 2024-11-27 12:44:38 +01:00
4 lines
82 B
Bash
4 lines
82 B
Bash
|
#!/bin/sh
|
||
|
composer self-update --no-interaction
|
||
|
composer install --no-interaction
|