mirror of
https://github.com/YunoHost-Apps/borg_ynh.git
synced 2024-09-03 18:16:05 +02:00
[fix] Upgrade to buster
This commit is contained in:
parent
f9658cdb1e
commit
b21619d8cc
1 changed files with 2 additions and 2 deletions
|
@ -57,9 +57,9 @@ if grep "borg.timer" /etc/yunohost/services.yml > /dev/null ; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Replace backports with pip
|
# Replace backports with pip
|
||||||
if is_stretch; then
|
if is_buster; then
|
||||||
rm -f /etc/apt/sources.list.d/$app-stretch-backports.list
|
rm -f /etc/apt/sources.list.d/$app-stretch-backports.list
|
||||||
|
ynh_secure_remove /opt/borg-env
|
||||||
install_borg_with_pip
|
install_borg_with_pip
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue