actually install apt-select (#173)

This commit is contained in:
Daniel Hansson 2017-03-16 00:06:12 +01:00 committed by GitHub
parent 184ba7e96d
commit e95de2be5d
2 changed files with 4 additions and 2 deletions

View File

@ -92,7 +92,8 @@ else
apt update -q2
apt install python-pip -y
pip install \
--upgrade pip
--upgrade pip \
apt-select
apt-select -m up-to-date -t 5 -c
sudo cp /etc/apt/sources.list /etc/apt/sources.list.backup && \
if [ -f sources.list ]

View File

@ -207,7 +207,8 @@ else
apt update -q2
apt install python-pip -y
pip install \
--upgrade pip
--upgrade pip \
apt-select
apt-select -m up-to-date -t 5 -c
sudo cp /etc/apt/sources.list /etc/apt/sources.list.backup && \
if [ -f sources.list ]