Skip to content

Commit 38c524a

Browse files
committed
[fix] : Fixed error code
1 parent 75ee5da commit 38c524a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

system/aur.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ installpkg(){
119119
--mflags "--skippgpcheck" \
120120
"${pacman_args[@]}" \
121121
--cachedir "/var/cache/pacman/pkg/" \
122-
"${@}"
122+
"${@}" || true
123123
}
124124

125125

0 commit comments

Comments
 (0)