From 6f77f53988ff2f8345b8eb9c1df161133e444c84 Mon Sep 17 00:00:00 2001 From: Kasiandra Date: Fri, 1 Aug 2025 09:58:18 +0200 Subject: [PATCH] update script add echo help if no package is set to install or remove --- u8-pacman | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/u8-pacman b/u8-pacman index 61cf435..78348ed 100644 --- a/u8-pacman +++ b/u8-pacman @@ -13,7 +13,7 @@ # # The remove option -r $PACKAGENME will read the extracted files from ~/.local/bin/var/pkglist/$PACKAGENAME.lst and remove all this files. # Also it will remove it self -# +# # The -u option will read all ~/.local/bin/var/pkglist/*.lst files to gether the installed packages and reinstall them with the current package from the repository. PACKAGE=$2 @@ -24,11 +24,11 @@ usage() cat <