mirror of
https://github.com/YunoHost-Apps/adguardhome_ynh.git
synced 2024-09-03 18:06:23 +02:00
commit
d0d22d2173
4 changed files with 4 additions and 2 deletions
|
@ -6,6 +6,7 @@ It shall NOT be edited by hand.
|
||||||
# AdGuard Home for YunoHost
|
# AdGuard Home for YunoHost
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/adguardhome)  
|
[](https://dash.yunohost.org/appci/app/adguardhome)  
|
||||||
|
|
||||||
[](https://install-app.yunohost.org/?app=adguardhome)
|
[](https://install-app.yunohost.org/?app=adguardhome)
|
||||||
|
|
||||||
*[Lire ce readme en français.](./README_fr.md)*
|
*[Lire ce readme en français.](./README_fr.md)*
|
||||||
|
|
|
@ -6,6 +6,7 @@ It shall NOT be edited by hand.
|
||||||
# AdGuard Home pour YunoHost
|
# AdGuard Home pour YunoHost
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/adguardhome)  
|
[](https://dash.yunohost.org/appci/app/adguardhome)  
|
||||||
|
|
||||||
[](https://install-app.yunohost.org/?app=adguardhome)
|
[](https://install-app.yunohost.org/?app=adguardhome)
|
||||||
|
|
||||||
*[Read this readme in english.](./README.md)*
|
*[Read this readme in english.](./README.md)*
|
||||||
|
|
|
@ -90,7 +90,7 @@ ynh_install_app_dependencies $pkg_dependencies
|
||||||
ynh_script_progression --message="Configuring system user..." --weight=1
|
ynh_script_progression --message="Configuring system user..." --weight=1
|
||||||
|
|
||||||
# Create a system user
|
# Create a system user
|
||||||
ynh_system_user_create --username=$app --home_dir="$final_path"
|
ynh_system_user_create --username=$app --home_dir="$final_path" --groups="ssl-cert"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# DOWNLOAD, CHECK AND UNPACK SOURCE
|
# DOWNLOAD, CHECK AND UNPACK SOURCE
|
||||||
|
|
|
@ -98,7 +98,7 @@ fi
|
||||||
ynh_script_progression --message="Making sure dedicated system user exists..." --weight=1
|
ynh_script_progression --message="Making sure dedicated system user exists..." --weight=1
|
||||||
|
|
||||||
# Create a dedicated user (if not existing)
|
# Create a dedicated user (if not existing)
|
||||||
ynh_system_user_create --username=$app --home_dir="$final_path"
|
ynh_system_user_create --username=$app --home_dir="$final_path" --groups="ssl-cert"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# DOWNLOAD, CHECK AND UNPACK SOURCE
|
# DOWNLOAD, CHECK AND UNPACK SOURCE
|
||||||
|
|
Loading…
Add table
Reference in a new issue