mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-04 20:47:54 +00:00
4 lines
82 B
Bash
4 lines
82 B
Bash
|
#!/bin/sh
|
||
|
composer self-update --no-interaction
|
||
|
composer install --no-interaction
|