mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-20 21:27:32 +00:00
apt-get install: add -y
This commit is contained in:
parent
3143839f6b
commit
2c13027750
1 changed files with 1 additions and 1 deletions
2
Vagrantfile
vendored
2
Vagrantfile
vendored
|
@ -25,7 +25,7 @@ def packages_debianoid
|
||||||
apt-get install -y fakeroot build-essential git
|
apt-get install -y fakeroot build-essential git
|
||||||
apt-get install -y python3-dev python3-setuptools
|
apt-get install -y python3-dev python3-setuptools
|
||||||
# for building python:
|
# for building python:
|
||||||
apt-get install zlib1g-dev libbz2-dev libncurses5-dev libreadline-dev liblzma-dev libsqlite3-dev
|
apt-get install -y zlib1g-dev libbz2-dev libncurses5-dev libreadline-dev liblzma-dev libsqlite3-dev
|
||||||
# this way it works on older dists (like ubuntu 12.04) also:
|
# this way it works on older dists (like ubuntu 12.04) also:
|
||||||
easy_install3 pip
|
easy_install3 pip
|
||||||
pip3 install virtualenv
|
pip3 install virtualenv
|
||||||
|
|
Loading…
Reference in a new issue