mirror of
https://github.com/shivammathur/setup-php.git
synced 2025-07-28 17:43:50 +07:00
6 lines
113 B
Bash
6 lines
113 B
Bash
![]() |
git clone --depth=1 https://github.com/xdebug/xdebug.git
|
||
|
(
|
||
|
cd xdebug || echo "cd failed"
|
||
|
sudo ./rebuild.sh
|
||
|
)
|