1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/webmin_ynh.git synced 2024-09-03 20:36:08 +02:00

Update _common.sh

Unable to install Webmin : an error occurred in the application installation script

Issue : #44 

the package shared-mime-info missing
This commit is contained in:
KazeroG 2023-03-04 15:29:00 -05:00 committed by GitHub
parent d425a2e930
commit 7defd65002
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@
#================================================= #=================================================
# dependencies used by the app # dependencies used by the app
pkg_dependencies="perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl apt-show-versions" pkg_dependencies="perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl apt-show-versions shared-mime-info"
#================================================= #=================================================
# PERSONAL HELPERS # PERSONAL HELPERS