Skip to content

Commit f1ffde3

Browse files
committed
Use pip wothout sudo
1 parent 9f28d33 commit f1ffde3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tests/scripts/before_install.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- mode: sh; -*-
33

44
# File: before_install.sh
5-
# Time-stamp: <2018-02-15 14:10:38>
5+
# Time-stamp: <2018-02-15 14:15:57>
66
# Copyright (C) 2018 Sergei Antipov
77
# Description:
88

@@ -11,10 +11,8 @@ set -o nounset
1111
set -o errexit
1212
set -o pipefail
1313

14-
sudo apt-get update
15-
sudo apt-get install apt-transport-https
1614
# Latest Ansible install
17-
sudo pip install docker ansible
15+
pip install docker ansible
1816
ansible --version
1917
docker version
2018
# Pull docker image or build it

0 commit comments

Comments
 (0)