diff --git a/configs/slpkg.toml b/configs/slpkg.toml index 1a72bd1a..cb71ad41 100644 --- a/configs/slpkg.toml +++ b/configs/slpkg.toml @@ -108,7 +108,7 @@ CURL_OPTIONS = "" LFTP_GET_OPTIONS = "-c get -e" # Lftp mirror options are used to synchronize with the SBo and Ponce repositories -# or for the locals repositories. +# or for the local repositories. LFTP_MIRROR_OPTIONS = "-c mirror --parallel=100 --only-newer" # Addition extra option for lftp command to exclude some not useful files # from SBo and ponce repositories. @@ -116,7 +116,7 @@ LFTP_EXCLUDE = "-X SLACKBUILDS.TXT.gz -X CHECKSUMS.md5.asc -X 'TAGS.txt*' -X '*. # If you are going to use a proxy server, try to fill in these variables. # Choose between http or socks proxy type. -# For a socks proxy, you need to install the PySocks package. +# For a sock proxy, you need to install the PySocks package. # https://urllib3.readthedocs.io/en/stable/advanced-usage.html#socks-proxies PROXY_ADDRESS = "" PROXY_USERNAME = ""