From b419786dc13da4afe6b643c02e88fd9f4616f507 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 14 Jun 2022 09:23:47 +0200 Subject: [PATCH] node 18 --- scripts/_common.sh | 2 +- scripts/upgrade | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 ]