Install gnupg/gnupg2 package.
parent
0463005071
commit
311649315c
|
@ -60,7 +60,8 @@ if has_tags pm:pacman; then
|
|||
gzip \
|
||||
xz \
|
||||
jq \
|
||||
git
|
||||
git \
|
||||
gnupg
|
||||
|
||||
# yay
|
||||
if ! has_tags pm:yay; then
|
||||
|
@ -118,7 +119,8 @@ if has_tags pm:apt; then
|
|||
zsh \
|
||||
zsh-syntax-highlighting \
|
||||
jq \
|
||||
git
|
||||
git \
|
||||
gnupg2
|
||||
if has_tags desktop; then
|
||||
apt_install ibus
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue