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

build: remove the removal of linux-image-$arch

This commit is contained in:
tytan652 2021-01-09 10:02:11 +01:00 committed by tituspijean
parent ae1cc8ddae
commit f9256d4466

View file

@ -59,8 +59,7 @@ arch=$(ynh_detect_arch)
linuximage_version=$(ynh_package_version --package=linux-image-$arch)
if [[ $linuximage_version == *"bpo10"* ]]
then
ynh_package_remove linux-image-$arch
ynh_package_install linux-image-$arch
ynh_package_install linux-image-$arch/stable
fi
#=================================================