From 75a845e9a0b8b60b27aa253ca95f71d0a54da887 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Mon, 1 Apr 2024 12:18:09 +0300 Subject: [PATCH] Updated for the comments --- configs/slpkg.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/slpkg.toml b/configs/slpkg.toml index 9ede95f4..fb132264 100644 --- a/configs/slpkg.toml +++ b/configs/slpkg.toml @@ -33,12 +33,12 @@ CHECKSUM_MD5 = true # Default is true. [true/false] DIALOG = true -# This config is useful for -current users and upgrade command. +# This config is ONLY for -current users and used with the upgrade command. # Adds new packages to install added by Patrick. # Default is false. [true/false] NEW_PACKAGES = false -# This config is also for -current users and upgrade command. +# This config is also ONLY for -current users and the upgrade command. # Remove packages that are no longer exist in the repository. # Default is false. [true/false] REMOVED_PACKAGES = false