From b6db6a9fe4396533effa6574192074ba3d71c870 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Tue, 25 Apr 2023 11:57:01 +0300 Subject: [PATCH] Updated for reinstall --- configs/slpkg.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/slpkg.toml b/configs/slpkg.toml index 34012c4d..2930ceaf 100644 --- a/configs/slpkg.toml +++ b/configs/slpkg.toml @@ -65,7 +65,7 @@ INSTALLPKG = "upgradepkg --install-new" # version, arch, and build number) is already installed on the system. Use # the --reinstall option if you want to upgrade all packages even if the same # version is already installed. See: $ man upgradepkg. -REINSTALL = "upgradepkg --install-new --reinstall" +REINSTALL = "upgradepkg --reinstall" # Slackware command to remove packages. #removepkg removes a previously installed Slackware package, while writing