Changed icdiff and python3-pip
This commit is contained in:
parent
5d90c58980
commit
f5b64356fb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user