Skip to content

Instantly share code, notes, and snippets.

@geff21st
Last active April 21, 2021 09:14
Show Gist options
  • Save geff21st/16ac18af76fd02b9820ba9c373220df9 to your computer and use it in GitHub Desktop.
Save geff21st/16ac18af76fd02b9820ba9c373220df9 to your computer and use it in GitHub Desktop.
wget 'https://getcomposer.org/download/2.0.11/composer.phar' -O ~/composer
touch ~/.bashrc
echo "alias composer='/usr/local/php73/bin/php ~/composer'" >> ~/.bashrc
#перед использованием:
source ~/.bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment