Shell/Bash: installing git on ec2 Example
Shell/Bash Example: This is the "installing git on ec2" Example. compiled from many sources on the internet by SimpleTutorials.org
install git ec2 linux
#Create an EC2 instance with Amazon Linux 2 with internet access #Connect to your instance using putty #Perform a quick update on your instance: sudo yum update -y #Install git in your EC2 instance sudo yum install git -y #Check git version git version
insall git onec2
$ sudo yum install git
installing git on ec2
sudo yum install git -y
installing git in ec2
sudo yum update -y sudo yum install git -y
* Summary: This "installing git on ec2" Shell/Bash Example is compiled from the internet. If you have any questions, please leave a comment. Thank you!