Added the awscli into a installer
Signed-off-by: Marcin Woźniak <marcin.wozniak@wundermanthompson.com>
This commit is contained in:
		@@ -24,6 +24,10 @@ function install_neovim_module_for_python() {
 | 
				
			|||||||
    pip3 install neovim --pre --user --force
 | 
					    pip3 install neovim --pre --user --force
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					function install_awscli() {
 | 
				
			||||||
 | 
					    pip3 install awscli --pre --user --force
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
function install_pyright() {
 | 
					function install_pyright() {
 | 
				
			||||||
    # Install pyright
 | 
					    # Install pyright
 | 
				
			||||||
    sudo npm -g i pyright --force
 | 
					    sudo npm -g i pyright --force
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user