Skip to content

Instantly share code, notes, and snippets.

View sobchenko's full-sized avatar
🏠
Working from home

Ihor Sobchenko sobchenko

🏠
Working from home
View GitHub Profile
@sobchenko
sobchenko / download_composer2
Last active April 27, 2021 09:34
Ubuntu: download and install composer 2.0
Ubuntu: download and install composer 2.0
_________________________________________
cd ~
curl -sS https://getcomposer.org/installer -o composer-setup.php
# To install composer globally:
sudo php composer-setup.php --install-dir=/usr/local/bin --filename=composer