1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/20euros_ynh.git synced 2024-09-03 18:05:53 +02:00

Merge branch 'master' into testing

This commit is contained in:
Éric Gaspar 2021-10-04 18:04:57 +02:00 committed by GitHub
commit 45af77c001
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 4 deletions

View file

@ -21,8 +21,6 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
## Screenshots
![](./doc/screenshots/Screenshot-20euros.jpg)
## Documentation and resources

View file

@ -17,8 +17,6 @@ Variante de 2048 avec pièces et billets en euros
## Captures d'écran
![](./doc/screenshots/Screenshot-20euros.jpg)
## Documentations et ressources

View file

@ -65,6 +65,14 @@ ynh_script_progression --message="Making sure dedicated system user exists..." -
# Create a dedicated user (if not existing)
ynh_system_user_create --username=$app --home_dir="$final_path"
#=================================================
# CREATE DEDICATED USER
#=================================================
ynh_script_progression --message="Making sure dedicated system user exists..." --weight=1
# Create a dedicated user (if not existing)
ynh_system_user_create --username=$app --home_dir="$final_path"
#=================================================
# DOWNLOAD, CHECK AND UNPACK SOURCE
#=================================================