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.