mirror of
https://github.com/shivammathur/setup-php.git
synced 2025-07-22 14:53:41 +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
|
|
)
|