Commit f9bd2cf7 authored by Akhil's avatar Akhil 🦇
Browse files

added composer to centos

parent 65761e57
......@@ -70,6 +70,10 @@ cent(){
echo -e "\nphp 7.3 installation completed.."
echo -e "\nphp version: $(php -v)"
sleep 1
#installing composer
curl -sS https://getcomposer.org/installer | php
mv composer.phar /usr/local/bin/composer
chmod +x /usr/local/bin/composer
#installing mysql
echo " "
yum localinstall https://dev.mysql.com/get/mysql57-community-release-el7-9.noarch.rpm -y
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment