From 043ec86b30152b0e819b417aa77eaf97796e9718 Mon Sep 17 00:00:00 2001 From: Cyteen Date: Fri, 3 Nov 2017 20:38:26 +0000 Subject: [PATCH] Moved tig into the main apt-get script. --- 010_apt-get.sh | 1 + 010_tig.sh | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 010_tig.sh diff --git a/010_apt-get.sh b/010_apt-get.sh index 90c55d8..b267494 100644 --- a/010_apt-get.sh +++ b/010_apt-get.sh @@ -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 diff --git a/010_tig.sh b/010_tig.sh deleted file mode 100644 index 293c7d4..0000000 --- a/010_tig.sh +++ /dev/null @@ -1 +0,0 @@ -apt-get install tig