From f5b64356fb5243afb03a936918d7f06337c40ab2 Mon Sep 17 00:00:00 2001 From: Andreas Fendt Date: Sat, 5 Oct 2019 12:14:21 +0200 Subject: [PATCH] Changed icdiff and python3-pip --- install-debian.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install-debian.sh b/install-debian.sh index 80f3848..c5848b4 100644 --- a/install-debian.sh +++ b/install-debian.sh @@ -79,8 +79,8 @@ apt-get dist-upgrade -y apt-get autoclean -y # install default packages -apt-get install -y apt-file aptitude bash-completion dialog fonts-powerline git hexedit htop iftop iotop mc nmon pv python-pip sudo tmux tree vim wget zsh -pip install git+https://github.com/jeffkaufman/icdiff.git +apt-get install -y apt-file aptitude bash-completion dialog fonts-powerline git hexedit htop iftop iotop mc nmon pv python3-pip sudo tmux tree vim wget zsh +pip3 install git+https://github.com/jeffkaufman/icdiff.git@release-1.9.5 # get users menu=(); while IFS=: read -r name pw uid gid gecos home shell; do if (( uid >= 1000 && uid < 10000 )); then menu+=( "$name" "$uid" on ); fi; done < /etc/passwd