1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wireguard_ynh.git synced 2024-09-03 20:35:58 +02:00

fix: allow downgrade for linux-image install

This commit is contained in:
tytan652 2021-01-09 11:24:27 +01:00 committed by tituspijean
parent b8b855f59b
commit f633f6c40b

View file

@ -61,7 +61,7 @@ if [[ $linuximage_version == *"bpo10"* ]]
then
# Downgrading using ynh_package_install (exploded) without "--no-remove"
# It will remove wireguard-ynh-deps and wireguard but they will be reinstalled throught upgrade process
ynh_apt --option Dpkg::Options::=--force-confdef \
ynh_apt --allow-downgrades --option Dpkg::Options::=--force-confdef \
--option Dpkg::Options::=--force-confold install linux-image-$arch/stable
fi