We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26aac44 commit e5cfa98Copy full SHA for e5cfa98
system/aur.sh
@@ -95,6 +95,7 @@ for _pkg in "${@}"; do
95
--removemake \
96
--useask \
97
--color always \
98
+ --mflags "--skippgpcheck" \
99
--config "/etc/alteriso-pacman.conf" \
100
--cachedir "/var/cache/pacman/pkg/" \
101
"${_pkg}"
system/pkgbuild.sh
@@ -86,7 +86,7 @@ if (( "${#pkgbuild_dirs[@]}" != 0 )); then
86
fi
87
done
88
89
- run_user makepkg -iAcCs --noconfirm
+ run_user makepkg -iAcCs --noconfirm --skippgpcheck
90
cd - >/dev/null
91
92
0 commit comments