mirror of
https://github.com/YunoHost-Apps/webmin_ynh.git
synced 2024-09-03 20:36:08 +02:00
Update _common.sh (#45)
* Testing (#42) * Upgrade to version 2.013 (#41) * Upgrade to v2.013 * Auto-update README Co-authored-by: yunohost-bot <yunohost-bot@users.noreply.github.com> Co-authored-by: yunohost-bot <yunohost@yunohost.org> * Auto-update README * Update manifest.json * Update upgrade * Update nginx.conf * Update app.src * Update DISCLAIMER.md * Auto-update README --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: yunohost-bot <yunohost-bot@users.noreply.github.com> Co-authored-by: yunohost-bot <yunohost@yunohost.org> * Update _common.sh Unable to install Webmin : an error occurred in the application installation script Issue : #44 the package shared-mime-info missing --------- Co-authored-by: yalh76 <yalh@yahoo.com> Co-authored-by: tituspijean <tituspijean@outlook.com> Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: yunohost-bot <yunohost-bot@users.noreply.github.com> Co-authored-by: yunohost-bot <yunohost@yunohost.org>
This commit is contained in:
parent
58549321a9
commit
5de30e2706
4 changed files with 2 additions and 4 deletions
|
@ -6,7 +6,6 @@ It shall NOT be edited by hand.
|
||||||
# Webmin for YunoHost
|
# Webmin for YunoHost
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/webmin)  
|
[](https://dash.yunohost.org/appci/app/webmin)  
|
||||||
|
|
||||||
[](https://install-app.yunohost.org/?app=webmin)
|
[](https://install-app.yunohost.org/?app=webmin)
|
||||||
|
|
||||||
*[Lire ce readme en français.](./README_fr.md)*
|
*[Lire ce readme en français.](./README_fr.md)*
|
||||||
|
|
|
@ -6,7 +6,6 @@ It shall NOT be edited by hand.
|
||||||
# Webmin pour YunoHost
|
# Webmin pour YunoHost
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/webmin)  
|
[](https://dash.yunohost.org/appci/app/webmin)  
|
||||||
|
|
||||||
[](https://install-app.yunohost.org/?app=webmin)
|
[](https://install-app.yunohost.org/?app=webmin)
|
||||||
|
|
||||||
*[Read this readme in english.](./README.md)*
|
*[Read this readme in english.](./README.md)*
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "Web-based interface for system administration for Unix",
|
"en": "Web-based interface for system administration for Unix",
|
||||||
"fr": "Interface Web d'administration système pour Unix"
|
"fr": "Interface Web d'administration système pour Unix"
|
||||||
},
|
},
|
||||||
"version": "2.021~ynh1",
|
"version": "2.013~ynh1",
|
||||||
"url": "http://www.webmin.com",
|
"url": "http://www.webmin.com",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "BSD-3-Clause",
|
"license": "BSD-3-Clause",
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue