1
0
Fork 0
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:
ljf (zamentur) 2020-07-31 10:57:52 +02:00 committed by GitHub
parent f9658cdb1e
commit b21619d8cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -57,9 +57,9 @@ if grep "borg.timer" /etc/yunohost/services.yml > /dev/null ; then
fi
# Replace backports with pip
if is_stretch; then
if is_buster; then
rm -f /etc/apt/sources.list.d/$app-stretch-backports.list
ynh_secure_remove /opt/borg-env
install_borg_with_pip
fi