From 0a021b9c542f3322615cba84a48dffa653ebca2b Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Tue, 5 Dec 2023 21:36:00 +0200 Subject: [PATCH] Update comments --- configs/slpkg.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/slpkg.toml b/configs/slpkg.toml index 1893133a..900d0418 100644 --- a/configs/slpkg.toml +++ b/configs/slpkg.toml @@ -111,7 +111,7 @@ LFTP_GET_OPTIONS = "-c get -e" # or for the locals repositories. LFTP_MIRROR_OPTIONS = "-c mirror --parallel=100 --only-newer" # Addition extra option for lftp command to exclude some not useful files -# from SBo repository. +# from SBo and ponce repositories. LFTP_EXCLUDE = "-X SLACKBUILDS.TXT.gz -X CHECKSUMS.md5.asc -X 'TAGS.txt*' -X '*.tar.gz*'" # If you are going to use a proxy server, try to fill in these variables.