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:
parent
ae1cc8ddae
commit
f9256d4466
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue