mirror of
https://github.com/danog/tgseclib.git
synced 2024-12-03 10:07:47 +01:00
4 lines
82 B
Bash
Executable File
4 lines
82 B
Bash
Executable File
#!/bin/sh
|
|
composer self-update --no-interaction
|
|
composer install --no-interaction
|