diff --git a/slpkg/configs.py b/slpkg/configs.py index dd804b27..049d23c2 100644 --- a/slpkg/configs.py +++ b/slpkg/configs.py @@ -83,7 +83,7 @@ class Configs: curl_options: str = '' # Lftp options' - lftp_mirror_options: str = '-c mirror --delete-first --parallel=10' + lftp_mirror_options: str = '-c mirror --parallel=10 --only-newer' # Choose the view mode. silent_mode: bool = True