mirror of
https://github.com/YunoHost-Apps/jupyterlab_ynh.git
synced 2024-09-03 19:26:35 +02:00
Use _common.sh to specify jupyterlab version
This commit is contained in:
parent
f230b12eae
commit
4bd5671691
4 changed files with 3 additions and 6 deletions
|
@ -7,7 +7,9 @@
|
||||||
# dependencies used by the app
|
# dependencies used by the app
|
||||||
pkg_dependencies="python3-pip libffi-dev"
|
pkg_dependencies="python3-pip libffi-dev"
|
||||||
|
|
||||||
nodejs_version=10
|
nodejs_version="10"
|
||||||
|
|
||||||
|
jupyterlab_version="2.1.1"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# PERSONAL HELPERS
|
# PERSONAL HELPERS
|
||||||
|
|
|
@ -93,8 +93,6 @@ ynh_script_progression --message="Setting up source files..." --weight=64
|
||||||
|
|
||||||
ynh_app_setting_set --app=$app --key=final_path --value=$final_path
|
ynh_app_setting_set --app=$app --key=final_path --value=$final_path
|
||||||
|
|
||||||
source ./upgrade.d/upgrade.sh
|
|
||||||
|
|
||||||
mkdir -p $final_path
|
mkdir -p $final_path
|
||||||
|
|
||||||
pushd $final_path
|
pushd $final_path
|
||||||
|
|
|
@ -110,8 +110,6 @@ then
|
||||||
ynh_script_progression --message="Upgrading source files..." --weight=160
|
ynh_script_progression --message="Upgrading source files..." --weight=160
|
||||||
|
|
||||||
# Download, check integrity, uncompress and patch the source from app.src
|
# Download, check integrity, uncompress and patch the source from app.src
|
||||||
source ./upgrade.d/upgrade.sh
|
|
||||||
|
|
||||||
mkdir -p $final_path
|
mkdir -p $final_path
|
||||||
|
|
||||||
pushd $final_path
|
pushd $final_path
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
jupyterlab_version="2.1.1"
|
|
Loading…
Add table
Reference in a new issue