Update-pkg: added google-cloud-sdk
This commit is contained in:
		@@ -489,6 +489,15 @@ function install_prettier(){
 | 
				
			|||||||
    $install prettierd
 | 
					    $install prettierd
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					function install_google_cloud_sdk() {
 | 
				
			||||||
 | 
					    # Install google cloud sdk
 | 
				
			||||||
 | 
					    if [[ "$(uname)" == "Darwin" ]]; then
 | 
				
			||||||
 | 
					        $install google-cloud-sdk
 | 
				
			||||||
 | 
					    else
 | 
				
			||||||
 | 
					        curl -s https://sdk.cloud.google.com | bash
 | 
				
			||||||
 | 
					    fi
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
function main() {
 | 
					function main() {
 | 
				
			||||||
    command_start update_pip
 | 
					    command_start update_pip
 | 
				
			||||||
    command_start install_neovim_module_for_python
 | 
					    command_start install_neovim_module_for_python
 | 
				
			||||||
@@ -527,6 +536,7 @@ function main() {
 | 
				
			|||||||
    command_start install_fzf
 | 
					    command_start install_fzf
 | 
				
			||||||
    command_start install_winbox_old
 | 
					    command_start install_winbox_old
 | 
				
			||||||
    command_start install_prettier
 | 
					    command_start install_prettier
 | 
				
			||||||
 | 
					    command_start install_google_cloud_sdk
 | 
				
			||||||
    command_start install_zsh_addons
 | 
					    command_start install_zsh_addons
 | 
				
			||||||
    command_start install_brew_programs
 | 
					    command_start install_brew_programs
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user