Moved tig into the main apt-get script.
This commit is contained in:
parent
22e5348fd0
commit
043ec86b30
|
|
@ -3,6 +3,7 @@ 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
|
||||
apt-get -y install jq
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
apt-get install tig
|
||||
Loading…
Reference in New Issue