From 0bdea4ae2ab413a162be912bc52d8b2b3779c8a3 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Wed, 18 Feb 2015 21:15:40 +0200 Subject: [PATCH] update message --- slpkg/init.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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)