forked from NiX/docker-linter
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
447 B
22 lines
447 B
#
|
|
# slackpkg.conf - Configuration for SlackPkg
|
|
# v2.8
|
|
#
|
|
TEMP=/var/cache/packages
|
|
WORKDIR=/var/lib/slackpkg
|
|
WGETFLAGS="--passive-ftp --no-verbose --progress=dot:giga:noscroll --no-check-certificate"
|
|
DELALL=yes
|
|
CHECKMD5=off
|
|
CHECKGPG=off
|
|
CHECKSIZE=off
|
|
PRIORITY=( patches %PKGMAIN extra pasture testing )
|
|
POSTINST=on
|
|
ONLY_NEW_DOTNEW=on
|
|
ONOFF=off
|
|
DOWNLOAD_ALL=on
|
|
DIALOG=off
|
|
BATCH=off
|
|
DEFAULT_ANSWER=n
|
|
USE_INCLUDES=on
|
|
SPINNING=off
|
|
DIALOG_MAXARGS=139000
|