Updated configuration file

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2022-12-02 21:28:23 +02:00
parent 0bd99e6af4
commit 6baea770f8
2 changed files with 3 additions and 2 deletions

View file

@ -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

View file

@ -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.