From a265b9a279f15294ee71a0f03077de1e36b68f34 Mon Sep 17 00:00:00 2001 From: Cyteen Date: Tue, 14 Nov 2017 11:07:22 +0000 Subject: [PATCH] Added git-cola and moved meld from apt-get list as they're related. --- 010_apt-get.sh | 2 +- 020_git-cola.sh | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 020_git-cola.sh diff --git a/010_apt-get.sh b/010_apt-get.sh index 8ae6c03..736d6e1 100644 --- a/010_apt-get.sh +++ b/010_apt-get.sh @@ -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 diff --git a/020_git-cola.sh b/020_git-cola.sh new file mode 100644 index 0000000..18c841b --- /dev/null +++ b/020_git-cola.sh @@ -0,0 +1,2 @@ +apt-get -y install git-cola +apt-get -y install meld