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