1
0
Fork 0
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:
Alexandre Aubin 2021-01-10 17:27:17 +01:00 committed by GitHub
parent f23de0151b
commit 66d32a34a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -75,7 +75,7 @@ ynh_install_app_dependencies $pkg_dependencies
# Explicitly reinstalling the package fixes the issue :|
if [ ! -d /usr/share/transmission/ ]
then
ynh_install_app_dependencies transmission-common --reinstall
ynh_package_install transmission-common --reinstall
fi
#=================================================