Updated for comments

This commit is contained in:
Dimitris Zlatanidis 2023-02-27 11:06:44 +02:00
parent 8dce6cace5
commit 4e6add620a

View file

@ -5,7 +5,7 @@
# Tmp path for slpkg.
tmp_slpkg = "/tmp/slpkg"
# Path for building source and the script
# Path for building source and the script.
build_path = "/tmp/slpkg/build"
# This path working only with the command download.
@ -32,27 +32,25 @@
# The sbo repository tag.
sbo_repo_tag = "_SBo"
# Slackware install command. Instead you can
# use 'installpkg', if you want.
# Slackware command for install packages, instead you can use 'installpkg'.
installpkg = "upgradepkg --install-new"
# Upgrade or reinstall slackware command.
# Slackware command to reinstall packages.
reinstall = "upgradepkg --reinstall"
# Slackware command to remove packages.
removepkg = "removepkg"
# Cli menu colors configs. Default is false. [true/false]
# Cli menu colors configs. Default is true. [true/false].
colors = true
# Dialog is a program that will let you to present
# a variety of questions or display messages using
# dialog boxes from a shell script.
# Default is true. [true/false]
# Dialog is a program that will let you to presenta variety of questions
# or display messages using dialog boxes from a shell script.
# Default is true. [true/false].
dialog = true
# You can choose downloader between wget and curl:
# Default is wget.
# You can choose downloader between wget and curl.
# Default is wget. [wget/curl].
downloader = "wget"
# Wget downloader options.
@ -67,12 +65,11 @@
# Pass the options you want here.
curl_options = ""
# If silent mode is true,
# do not print the commands as they are executed.
# Default is true. [true/false]
# If silent mode is true, it does not print the commands as they are executed.
# Default is true. [true/false].
silent_mode = true
# Choose ascii printable characters.
# If true use the extended characters otherwise the basic ones.
# Default is true. [true/false]
# If true, it uses the extended characters, otherwise the basic ones.
# Default is true. [true/false].
ascii_characters = true