mirror of
https://github.com/shivammathur/setup-php.git
synced 2026-09-18 10:31:28 +00:00
3 lines
125 B
Bash
3 lines
125 B
Bash
cd ~ && git clone --depth=1 https://github.com/xdebug/xdebug.git
|
|
cd xdebug || echo "Failed to clone Xdebug"
|
|
sudo ./rebuild.sh |