Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install git on amazon 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

PREVIOUS NEXT
Code Example
Shell :: FirewallD is not running 
Shell :: conda install tqdm 
Shell :: linux check if x11 
Shell :: restart apache ubuntu 
Shell :: conda install seaborn 
Shell :: stop apache server 
Shell :: restart postgres ubuntu 
Shell :: conda install skimage 
Shell :: update google chrome command ubuntu 
Shell :: delete files with a certain extension recursively 
Shell :: install git-lfs ubuntu 18.04 
Shell :: install framer motion 
Shell :: notepad++ ubuntu 
Shell :: install nano 
Shell :: how to check the repository name in git 
Shell :: error: failed to synchronize all databases (invalid or corrupted database (PGP signature)) 
Shell :: how pip install on centos 
Shell :: reinit gitignore 
Shell :: m1 pod install 
Shell :: install yarn globally 
Shell :: install apt-cyg 
Shell :: how to install pipenv on mac 
Shell :: install git winget 
Shell :: uninstall wps 
Shell :: tailwind upgrade 
Shell :: copy laravel project from github 
Shell :: upgrade git on centos 7 
Shell :: error: cannot open .git/FETCH_HEAD: Permission denied 
Shell :: sdkmanager install build tools 
Shell :: git config username and password 
ADD CONTENT
Topic
Content
Source link
Name
1+1 =