Add git to packages to install for updates.
parent
c35d129d71
commit
168495dd5d
|
@ -41,7 +41,8 @@ if has_tags pm:pacman; then
|
||||||
tar \
|
tar \
|
||||||
gzip \
|
gzip \
|
||||||
xz \
|
xz \
|
||||||
jq
|
jq \
|
||||||
|
git
|
||||||
|
|
||||||
# yay
|
# yay
|
||||||
if ! has_tags pm:yay; then
|
if ! has_tags pm:yay; then
|
||||||
|
@ -99,7 +100,8 @@ if has_tags pm:apt; then
|
||||||
python3-pip \
|
python3-pip \
|
||||||
zsh \
|
zsh \
|
||||||
zsh-syntax-highlighting \
|
zsh-syntax-highlighting \
|
||||||
jq
|
jq \
|
||||||
|
git
|
||||||
if has_tags desktop; then
|
if has_tags desktop; then
|
||||||
apt_install ibus
|
apt_install ibus
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue