Added git-cola and moved meld from apt-get list as they're related.

This commit is contained in:
Cyteen 2017-11-14 11:07:22 +00:00
parent 33491e7039
commit a265b9a279
2 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,6 @@ apt-get -y install curl apt-file
apt-get -y install xclip
apt-get -y install sshpass
apt-get -y install git
apt-get -y install meld
apt-get -y install tig
apt-get -y install gitk
apt-get -y install zsync
@ -10,6 +9,7 @@ apt-get -y install jq
apt-get -y install pv
apt-get -y install mpv
apt-get -y install rar
apt-get -y install kpartx
apt-get -y install inxi
apt-get -y --force-yes install xmlstarlet
apt-get -y install hexedit

2
020_git-cola.sh Normal file
View File

@ -0,0 +1,2 @@
apt-get -y install git-cola
apt-get -y install meld