Skip to content

Commit

Permalink
added force-yes to avoid prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
vnitinv authored Jul 12, 2016
1 parent bf94ec7 commit e619d67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INSTALL-UBUNTU-DEBIAN.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Operating Systems

#### Step 2: Install OS packages required by Junos PyEZ and it's pre-requisite Python packages

sudo apt-get install -y python-dev libxslt1-dev libssl-dev libffi-dev
sudo apt-get install -y --force-yes python-dev libxslt1-dev libssl-dev libffi-dev

#### Step 3: Install the pip package manager from source

Expand Down

0 comments on commit e619d67

Please sign in to comment.