Explorar el Código

Switch back to apt, live with the warning message.

Steve Thielemann hace 1 semana
padre
commit
758435d545
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  1. 3 2
      aptgrade.go

+ 3 - 2
aptgrade.go

@@ -133,8 +133,9 @@ func run_check_command(command []string, debug_output bool) (CheckResult, error)
 	return value, err
 }
 
-// const APT = "/usr/bin/apt"
-const APT = "/usr/bin/apt-get"
+const APT = "/usr/bin/apt"
+
+// const APT = "/usr/bin/apt-get"
 
 func main() {
 	// const APT = APT_CMD