mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
apt helpers: fix bug when var is empty...
This commit is contained in:
parent
1725da45d4
commit
7920cc6280
1 changed files with 1 additions and 1 deletions
|
@ -443,7 +443,7 @@ ynh_install_extra_app_dependencies() {
|
|||
# Without doing apt install, an already installed dep is not upgraded
|
||||
local apps_auto_installed="$(apt-mark showauto $package)"
|
||||
ynh_package_install "$package"
|
||||
apt-mark auto $apps_auto_installed
|
||||
[ -z "$apps_auto_installed" ] || apt-mark auto $apps_auto_installed
|
||||
|
||||
# Remove this extra repository after packages are installed
|
||||
ynh_remove_extra_repo --name=$app
|
||||
|
|
Loading…
Add table
Reference in a new issue