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