don't install python3-pip on travis as not available there
This commit is contained in:
parent
953474e86e
commit
0cb51c52c8
2 changed files with 2 additions and 2 deletions
|
@ -74,7 +74,7 @@ echo "installing todoman"
|
|||
cd "$DIR/common/todoman/"
|
||||
sudo python3 setup.py install
|
||||
echo "installing vdirsyncer"
|
||||
sudo pip3 install vdirsyncer
|
||||
sudo pip install vdirsyncer
|
||||
|
||||
echo
|
||||
echo "now go ahead and restart"
|
||||
|
|
|
@ -6,7 +6,7 @@ COMMAND_PREFIX="DEBIAN_FRONTEND=noninteractive apt-get -y -o Dpkg::Options::=\"-
|
|||
|
||||
curl --silent --location https://deb.nodesource.com/setup_0.12 | sudo bash
|
||||
sudo apt-get update
|
||||
INSTALL_COMMAND="sudo $COMMAND_PREFIX install meld whois zsh tmux vim atop aria2 curl pv gajim tor torsocks nodejs terminator gsmartcontrol python-pip mesa-utils mesa-utils-extra aptitude p7zip-full p7zip-rar thunderbird mercurial kdiff3 gnupg2 python3-setuptools realpath python3-dev python3 python3-pip"
|
||||
INSTALL_COMMAND="sudo $COMMAND_PREFIX install meld whois zsh tmux vim atop aria2 curl pv gajim tor torsocks nodejs terminator gsmartcontrol python-pip mesa-utils mesa-utils-extra aptitude p7zip-full p7zip-rar thunderbird mercurial kdiff3 gnupg2 python3-setuptools realpath python3-dev python3"
|
||||
eval ${INSTALL_COMMAND}
|
||||
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
|
|
Loading…
Reference in a new issue