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