about summary refs log tree commit diff
path: root/pkgs/applications/virtualization/podman/rm-podman-mac-helper-msg.patch
blob: 179ce41f02b27adedca07e05b397b10a6f1b0649 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
diff --git a/pkg/machine/machine_common.go b/pkg/machine/machine_common.go
index 4e43dd54c..a981d93bf 100644
--- a/pkg/machine/machine_common.go
+++ b/pkg/machine/machine_common.go
@@ -127,14 +127,6 @@ address can't be used by podman. `
 
 				if len(helper) < 1 {
 					fmt.Print(fmtString)
-				} else {
-					fmtString += `If you would like to install it, run the following commands:
-
-        sudo %s install
-        podman machine stop%[2]s; podman machine start%[2]s
-
-                `
-					fmt.Printf(fmtString, helper, suffix)
 				}
 			case MachineLocal:
 				fmt.Printf("\nAnother process was listening on the default Docker API socket address.\n")