1
0
Fork 0
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:
Thomas 2024-05-02 07:56:01 +02:00 committed by GitHub
parent 1de65d8218
commit 2d6e6d9632
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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}