diff --git a/scripts/_common.sh b/scripts/_common.sh index c1891a8..d19b6d1 100755 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -11,7 +11,7 @@ abiword_app_depencencies="abiword" libreoffice_app_dependencies="unoconv libreoffice-writer" # NodeJS version -nodejs_version=14 +nodejs_version=18 # MyPads version # This variable is mostly used to force an upgrade of the package in case of new versions of MyPads. diff --git a/scripts/upgrade b/scripts/upgrade index e7edf74..e2a14e0 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -366,7 +366,7 @@ pushd $final_path popd #================================================= -# SOME HACKS +# ADD MYPADS LINK #================================================= if [ "$upgrade_type" == "UPGRADE_APP" ] && [ $mypads -eq 1 ]