diff --git a/slpkg/init.py b/slpkg/init.py index 4f64609a..b78f1e49 100644 --- a/slpkg/init.py +++ b/slpkg/init.py @@ -607,7 +607,5 @@ def check_exists_repositories(): if update: print("\n Please update packages lists. Run 'slpkg update'.\n" + " This command should be used to synchronize packages\n" + - " lists from the repositories are enabled.\n" + - " Make sure you change the VERSION from the file\n" - " '/etc/slpkg/slpkg.conf'.\n") + " lists from the repositories are enabled.\n") sys.exit(0)