mirror of
https://github.com/YunoHost-Apps/borg_ynh.git
synced 2024-09-03 18:16:05 +02:00
[fix] Upgrade don't forget to install pip borg package
This commit is contained in:
parent
c01074739e
commit
18a1bf83ea
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ fi
|
|||
# Replace backports with pip
|
||||
if is_stretch; then
|
||||
ynh_remove_backports
|
||||
else
|
||||
|
||||
if [ ! -d /opt/borg-env ]; then
|
||||
virtualenv --python=python3 /opt/borg-env
|
||||
/opt/borg-env/bin/python /opt/borg-env/bin/pip install borgbackup
|
||||
|
|
Loading…
Add table
Reference in a new issue