From ab38507beacdfe33b541df8a18bbd656d4dd06d2 Mon Sep 17 00:00:00 2001 From: morganamilo Date: Mon, 11 Jun 2018 18:49:35 +0100 Subject: [PATCH] Correctly set op and ignore for repo only installs --- install.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.go b/install.go index e2cd0276..99e3868a 100644 --- a/install.go +++ b/install.go @@ -106,7 +106,9 @@ func install(parser *arguments) error { } if len(dp.Aur) == 0 { + parser.op = "S" parser.delArg("y", "refresh") + parser.options["ignore"] = arguments.options["ignore"] return passToPacman(parser) }