mirror of
https://github.com/danog/MadelineProto.git
synced 2025-01-10 20:48:20 +01:00
8 lines
78 B
Bash
Executable File
8 lines
78 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -ex
|
|
|
|
export COMPOSER_PROCESS_TIMEOUT=100000
|
|
|
|
composer update
|