Skip to content

Commit

Permalink
fix: skip package if not found
Browse files Browse the repository at this point in the history
  • Loading branch information
gamemaker1 committed Nov 4, 2023
1 parent 942151b commit 6096ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/yeet
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6096ca6

Please sign in to comment.