From 6baea770f89df6ddd2f870301d40c2bc16ef1e95 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Fri, 2 Dec 2022 21:28:23 +0200 Subject: [PATCH] Updated configuration file Signed-off-by: Dimitris Zlatanidis --- ChangeLog.txt | 1 + configs/slpkg.toml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index 59f1fdf0..7d4613b4 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -2,6 +2,7 @@ Fixed: - Blacklist file permissions 0644 - Typo in the slpkg.toml config file +- Configuration slpkg.toml file Updated: - Os architecture in the configs diff --git a/configs/slpkg.toml b/configs/slpkg.toml index 73395b2c..d89686e5 100644 --- a/configs/slpkg.toml +++ b/configs/slpkg.toml @@ -42,8 +42,8 @@ # Slackware command to remove packages. removepkg = "removepkg" - # Cli menu colors configs. Default is off. [on/off] - colors = "off" + # Cli menu colors configs. Default is false. [true/false] + colors = false # Wget downloader options. # -c, --continue: resume getting a partially-downloaded file.