mirror of
https://github.com/YunoHost-Apps/2FAuth_ynh.git
synced 2024-09-03 20:36:18 +02:00
commit
97093f252d
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ name = "2FAuth"
|
|||
description.en = "self-hosted alternative to One Time Passcode"
|
||||
description.fr = "Alternative auto-hébergée a One Time Passcode"
|
||||
|
||||
version = "4.1.0~ynh3"
|
||||
version = "4.1.0~ynh4"
|
||||
|
||||
maintainers = ["eric_G"]
|
||||
|
||||
|
|
|
@ -81,7 +81,7 @@ ynh_add_nginx_config
|
|||
#=================================================
|
||||
ynh_script_progression --message="Installing $app with Composer..." --weight=15
|
||||
|
||||
rm $install_dir/package-lock.json
|
||||
ynh_secure_remove --file=$install_dir/package-lock.json
|
||||
|
||||
ynh_install_composer --install_args="--ignore-platform-reqs --prefer-dist --no-scripts --no-dev"
|
||||
|
||||
|
|
Loading…
Reference in a new issue