This commit is contained in:
Stephan Raabe
2024-05-27 13:50:43 +02:00
parent 99e132b989
commit 363b349915
3 changed files with 5 additions and 10 deletions

View File

@@ -13,7 +13,7 @@
sleep 1
clear
figlet "Updates"
echo
_isInstalledYay() {
package="$1";
check="$(yay -Qs --color always "${package}" | grep "local" | grep "${package} ")";