From 7defd650022a43282b4552aaf368743d34cb81a7 Mon Sep 17 00:00:00 2001 From: KazeroG <17680194+KazeroG@users.noreply.github.com> Date: Sat, 4 Mar 2023 15:29:00 -0500 Subject: [PATCH] Update _common.sh Unable to install Webmin : an error occurred in the application installation script Issue : #44 the package shared-mime-info missing --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 2aba1b6..d39cb28 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= # 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