mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-20 10:26:44 +01:00
Updated for comments
This commit is contained in:
parent
3284b8f0ca
commit
a0ff730d17
1 changed files with 6 additions and 6 deletions
|
@ -33,14 +33,14 @@ CHECKSUM_MD5 = true
|
|||
# Default is true. [true/false]
|
||||
DIALOG = true
|
||||
|
||||
# This config is ONLY for -current users and used with the upgrade command.
|
||||
# Adds new packages to install added by Patrick.
|
||||
# Default is false. [true/false]
|
||||
# This config is ONLY for -current users and slack repository,
|
||||
# using with the upgrade command. Adds new packages to install
|
||||
# added by Patrick. Default is false. [true/false]
|
||||
NEW_PACKAGES = false
|
||||
|
||||
# This config is also ONLY for -current users and the upgrade command.
|
||||
# Remove packages that no longer exist in the repository.
|
||||
# Default is false. [true/false]
|
||||
# This config is also ONLY for -current users and slack repository,
|
||||
# using with the upgrade command. Removes packages that no longer exist
|
||||
# in the repository. Default is false. [true/false]
|
||||
REMOVED_PACKAGES = false
|
||||
|
||||
# Choose ascii printable characters.
|
||||
|
|
Loading…
Reference in a new issue