mirror of
https://github.com/YunoHost-Apps/transmission_ynh.git
synced 2024-09-04 01:46:12 +02:00
--reinstall was taken as a dependency name but we want to have this as an apt command option...
This commit is contained in:
parent
f23de0151b
commit
66d32a34a1
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ ynh_install_app_dependencies $pkg_dependencies
|
||||||
# Explicitly reinstalling the package fixes the issue :|
|
# Explicitly reinstalling the package fixes the issue :|
|
||||||
if [ ! -d /usr/share/transmission/ ]
|
if [ ! -d /usr/share/transmission/ ]
|
||||||
then
|
then
|
||||||
ynh_install_app_dependencies transmission-common --reinstall
|
ynh_package_install transmission-common --reinstall
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Reference in a new issue