mirror of
https://github.com/YunoHost-Apps/overleaf_ynh.git
synced 2024-09-03 19:56:27 +02:00
Update install
This commit is contained in:
parent
1de65d8218
commit
2d6e6d9632
1 changed files with 2 additions and 2 deletions
|
@ -36,6 +36,8 @@ ynh_install_mongo
|
||||||
# Upgrade NPM
|
# Upgrade NPM
|
||||||
ynh_npm install --global npm@latest
|
ynh_npm install --global npm@latest
|
||||||
|
|
||||||
|
ynh_setup_source --dest_dir="$install_dir" --source_id="libssl"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# CREATE A MONGODB DATABASE
|
# CREATE A MONGODB DATABASE
|
||||||
#=================================================
|
#=================================================
|
||||||
|
@ -69,8 +71,6 @@ ynh_script_progression --message="Setting up source files..."
|
||||||
|
|
||||||
# Download, check integrity, uncompress and patch the source from app.src
|
# Download, check integrity, uncompress and patch the source from app.src
|
||||||
ynh_setup_source --dest_dir="$install_dir/build" --source_id="main"
|
ynh_setup_source --dest_dir="$install_dir/build" --source_id="main"
|
||||||
ynh_setup_source --dest_dir="$install_dir/build" --source_id="libssl"
|
|
||||||
|
|
||||||
|
|
||||||
mkdir -p $install_dir/tmp
|
mkdir -p $install_dir/tmp
|
||||||
mkdir -p $install_dir/tmp/{projectHistories,dumpFolder,uploads}
|
mkdir -p $install_dir/tmp/{projectHistories,dumpFolder,uploads}
|
||||||
|
|
Loading…
Add table
Reference in a new issue