mirror of
https://github.com/edu4rdshl/simpleaur.git
synced 2026-07-17 23:24:46 +00:00
Removed unnecessary \n
This commit is contained in:
parent
deaa76c9ed
commit
9183a544e4
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ else
|
|||
exit
|
||||
|
||||
elif [ -f "$simplesearchglobal" ]; then
|
||||
printf "\n%s\n%s\n" "The following packages are availables for update, you can update one to one using: simpleaur package_name\n"
|
||||
printf "\n%s\n%s\n" "The following packages are availables for update, you can update one to one using: simpleaur package_name"
|
||||
for aurpkg in $(pacman -Qmq); do simplesearch "$aurpkg" |grep "installed:"; done
|
||||
exit
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue