From 6096ca6f53d34c7c874e30024bae1ad0bc1272a0 Mon Sep 17 00:00:00 2001 From: Vedant K Date: Sat, 4 Nov 2023 22:37:49 +0530 Subject: [PATCH] fix: skip package if not found --- source/yeet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/yeet b/source/yeet index 399b36f..6e1951f 100755 --- a/source/yeet +++ b/source/yeet @@ -392,7 +392,7 @@ function install_packages { # If it is not in AUR, print out a not found error printr "ERR Package $package not found!" # Skip this package - return 2 + continue else # If it is there in AUR, build from AUR use_pacman=0