mirror of
https://github.com/YunoHost-Apps/borg_ynh.git
synced 2024-09-03 18:16:05 +02:00
Update scripts/_common.sh
This commit is contained in:
parent
8de63a4106
commit
7d66c93d6c
1 changed files with 0 additions and 1 deletions
|
@ -13,7 +13,6 @@ install_borg_with_pip () {
|
|||
venvpy="$install_dir/venv/bin/python3"
|
||||
|
||||
ynh_exec_as "$app" "$venvpy" -m pip install --upgrade setuptools wheel
|
||||
|
||||
BORG_VERSION=$(ynh_app_upstream_version)
|
||||
ynh_exec_as "$app" "$venvpy" -m pip install borgbackup[pyfuse3]=="$BORG_VERSION"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue