Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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
Comment

installing git on ec2

sudo yum install git -y
Comment

installing git in ec2

sudo yum update -y
sudo yum install git -y
Comment

PREVIOUS NEXT
Code Example
Shell :: git amend last commit message 
Shell :: setting sublimeREPL in linux 
Shell :: git create branch with specific commit 
Shell :: Install ansible in alpine linux 
Shell :: ubuntu git https not supported 
Shell :: echo -e flag 
Shell :: yum install node version 12 
Shell :: shell profile 
Shell :: linux install docker 
Shell :: install prettier globaly 
Shell :: git display unrelated histories 
Shell :: how to find empty folders linux 
Shell :: react router install 
Shell :: ng cli generate component 
Shell :: diff from last commit 
Shell :: install cmake kali 
Shell :: linux make user like root 
Shell :: git fatal pack has bad object at offset 
Shell :: powershell foreach 
Shell :: add bootstrap to gatsby 
Shell :: how to add .env to gitignore 
Shell :: linux port 
Shell :: install neo4j latest version ubuntu 
Shell :: rename pc powershell 
Shell :: get repository url git cil 
Shell :: unix check ram 
Shell :: bash create empty array 
Shell :: sudo add permissions to user 
Shell :: sequelize installation 
Shell :: whoami linux 
ADD CONTENT
Topic
Content
Source link
Name
1+6 =