mirror of
https://github.com/rworkman/slackpkg
synced 2024-12-25 21:58:42 +01:00
Minor formatting fixes
This commit is contained in:
parent
7776080596
commit
10230a06cc
2 changed files with 6 additions and 4 deletions
|
@ -102,7 +102,11 @@ is /var/lib/slackpkg.
|
||||||
.B DOWNLOADER
|
.B DOWNLOADER
|
||||||
.br
|
.br
|
||||||
Selects the download application slackpkg will use to fetch files.
|
Selects the download application slackpkg will use to fetch files.
|
||||||
Current options are \fBcurl\fR or \fBwget\fR. Default is wget.
|
Current options are "curl" or "wget".
|
||||||
|
|
||||||
|
The default value of
|
||||||
|
.B DOWNLOADER
|
||||||
|
is "wget"
|
||||||
|
|
||||||
.TP 5
|
.TP 5
|
||||||
.B CURLFLAGS
|
.B CURLFLAGS
|
||||||
|
|
|
@ -70,9 +70,7 @@ TEMP=/var/cache/packages
|
||||||
# Package lists, file lists, and others will be stored in WORKDIR:
|
# Package lists, file lists, and others will be stored in WORKDIR:
|
||||||
WORKDIR=/var/lib/slackpkg
|
WORKDIR=/var/lib/slackpkg
|
||||||
|
|
||||||
# Use curl or wget for Downloading (wget is default)
|
# Use curl or wget for downloading (wget is default)
|
||||||
#DOWNLOADER=curl
|
|
||||||
|
|
||||||
DOWNLOADER=wget
|
DOWNLOADER=wget
|
||||||
|
|
||||||
# Special options for curl
|
# Special options for curl
|
||||||
|
|
Loading…
Reference in a new issue