mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-30 20:34:38 +01:00
Updated configuration file
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
0bd99e6af4
commit
6baea770f8
2 changed files with 3 additions and 2 deletions
|
@ -2,6 +2,7 @@
|
||||||
Fixed:
|
Fixed:
|
||||||
- Blacklist file permissions 0644
|
- Blacklist file permissions 0644
|
||||||
- Typo in the slpkg.toml config file
|
- Typo in the slpkg.toml config file
|
||||||
|
- Configuration slpkg.toml file
|
||||||
Updated:
|
Updated:
|
||||||
- Os architecture in the configs
|
- Os architecture in the configs
|
||||||
|
|
||||||
|
|
|
@ -42,8 +42,8 @@
|
||||||
# Slackware command to remove packages.
|
# Slackware command to remove packages.
|
||||||
removepkg = "removepkg"
|
removepkg = "removepkg"
|
||||||
|
|
||||||
# Cli menu colors configs. Default is off. [on/off]
|
# Cli menu colors configs. Default is false. [true/false]
|
||||||
colors = "off"
|
colors = false
|
||||||
|
|
||||||
# Wget downloader options.
|
# Wget downloader options.
|
||||||
# -c, --continue: resume getting a partially-downloaded file.
|
# -c, --continue: resume getting a partially-downloaded file.
|
||||||
|
|
Loading…
Add table
Reference in a new issue