forked from toolshed/abra
		
	@ -14,6 +14,7 @@ var UpgradeCommand = &cli.Command{
 | 
			
		||||
	Usage: "Upgrade abra",
 | 
			
		||||
	Action: func(c *cli.Context) error {
 | 
			
		||||
		cmd := exec.Command("bash", "-c", "curl -s https://install.abra.coopcloud.tech | bash")
 | 
			
		||||
		logrus.Debugf("attempting to run '%s'", cmd)
 | 
			
		||||
		if err := internal.RunCmd(cmd); err != nil {
 | 
			
		||||
			logrus.Fatal(err)
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user