fix: wrong conditional using paru

This commit is contained in:
Ahmad Husen
2022-05-15 13:51:00 +07:00
parent 8dc2e4d3e8
commit 1a92d6efa7
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ if [[ $INPUT_NAMCAP == true ]]; then
fi
# Install depends using paru from aur
if [[ -n $INPUT_AUR ]]; then
if [[ $INPUT_AUR == true ]]; then
echo "::group::Installing depends using paru"
source PKGBUILD
paru -Syu --removemake --needed --noconfirm "${depends[@]}" "${makedepends[@]}"