Add git to packages to install for updates.

master
Icedream 2018-02-18 01:12:08 +01:00
parent c35d129d71
commit 168495dd5d
Signed by: icedream
GPG Key ID: 1573F6D8EFE4D0CF
1 changed files with 4 additions and 2 deletions

View File

@ -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