(wget -qO - https://getcomposer.org/download/|grep -Pzo '<pre class="installer">([\s\S]+)</pre>'| tail -c+24|head -c-7; echo "";  echo "mv composer.phar /usr/local/bin/composer"; echo "echo now you can use composer command from anywhere"; )|bash