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 :: how to check laptop serial number in ubuntu 
Shell :: run lumen project 
Shell :: uninstall angular cli 
Shell :: how to check mongodb status in ubuntu 
Shell :: ubuntu uninstall chrome 
Shell :: Please install the gcc make perl packages from your distribution. 
Shell :: docker delete all images 
Shell :: how to install pil in anaconda 
Shell :: ad sync powershell 
Shell :: git stash untracked files 
Shell :: test angular lib with nx 
Shell :: how to install yum in ubuntu 
Shell :: uninstall mariadb server and client in ubuntu 18.4 
Shell :: stop a process running on a port ubuntu 
Shell :: how to update git submodule 
Shell :: install tkinter in ubuntu 
Shell :: copy ssh key ubuntu 
Shell :: stop all container in docker 
Shell :: find my ip mac terminal 
Shell :: yarn install windows 
Shell :: how to know fedora version 
Shell :: add git user and email 
Shell :: linux install pip 
Shell :: how to change java version in linux 
Shell :: abort cherry pick in bash 
Shell :: XAMPP: Starting Apache...fail. 
Shell :: how to stop mongodb server in ubuntu 
Shell :: ubuntu install htop 
Shell :: install sanctum 
Shell :: how to change a user email for a project in git 
ADD CONTENT
Topic
Content
Source link
Name
7+6 =