Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install aws cli

#Installing or updating the latest version of the AWS CLI
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
unzip awscliv2.zip
sudo ./aws/install
Comment

install aws cli v2 on mac

curl "https://awscli.amazonaws.com/AWSCLIV2.pkg" -o AWSCLIV2.pkg
sudo installer -pkg AWSCLIV2.pkg -target /
rm AWSCLIV2.pkg
Comment

PREVIOUS NEXT
Code Example
Shell :: install aws cli version 2 on mac 
Shell :: close tcp port on mac 
Shell :: postgres users can login with any or no password 
Shell :: update metasploit 
Shell :: another apache web server is running 
Shell :: symfony unit test 
Shell :: ubuntu wifi enabled no internet connection 
Shell :: git log all branches 
Shell :: powershell for each loop 
Shell :: iis restart cfrom command promt windows 
Shell :: steps to commit code in github from vscode 
Shell :: bash regex if condition 
Shell :: flutter android sdkmanager not found 
Shell :: htaccess hide directory listing 
Shell :: how to delete a commit from a branch 
Shell :: whats the file path for the documents folder linux 
Shell :: get path of command 
Shell :: how to deploy to netlify using git bash 
Shell :: bash if set variable 
Shell :: kill k3s 
Shell :: get first line of output bash 
Shell :: merging branches in git 
Shell :: how to set to default terminal in ubunty 
Shell :: vtex cli install 
Shell :: bash printf format 
Shell :: remove git file from folder 
Shell :: install oh my zsh! 
Shell :: brew install node sass 
Shell :: powershell script enable tls 1.2 
Shell :: how to restart apache ubuntu 
ADD CONTENT
Topic
Content
Source link
Name
6+2 =