OSDN Git Service

[fix] : Fixed error code
authorhayao <hayao@fascode.net>
Sun, 8 Aug 2021 11:44:28 +0000 (20:44 +0900)
committerhayao <hayao@fascode.net>
Sun, 8 Aug 2021 11:44:28 +0000 (20:44 +0900)
system/aur.sh

index 55833ce..b051439 100755 (executable)
@@ -119,7 +119,7 @@ installpkg(){
             --mflags "--skippgpcheck" \
             "${pacman_args[@]}" \
             --cachedir "/var/cache/pacman/pkg/" \
-            "${@}"
+            "${@}" || true
 }