mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-16 07:47:35 +01:00
Updated for comments
This commit is contained in:
parent
8dce6cace5
commit
4e6add620a
1 changed files with 13 additions and 16 deletions
|
@ -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
|
Loading…
Reference in a new issue