From d4c3f323830e4692aac0f1d0faa413302087303b Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Tue, 18 Jan 2022 00:59:12 +0200 Subject: [PATCH] Updated WeKan s390x bundle build script. Thanks to xet7 ! --- releases/maintainer-make-bundle-s.sh | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/releases/maintainer-make-bundle-s.sh b/releases/maintainer-make-bundle-s.sh index 490c28cec..b4ef0c186 100755 --- a/releases/maintainer-make-bundle-s.sh +++ b/releases/maintainer-make-bundle-s.sh @@ -10,7 +10,21 @@ if [ $# -ne 1 ] exit 1 fi -sudo npm -g install node-gyp +##sudo npm -g install node-gyp +# +## NEW: +#sudo dnf install gcc python3 npm +#sudo dnf groupinstall "Development Tools" +#npm -g install n +# +# .bashrc: +# # User specific environment +# PATH="$HOME/.local/bin/bin:$HOME/bin:/usr/local/bin:$PATH" +# export PATH +# +# N_PREFIX="$HOME/.local/bin" +# export N_PREFIX +# rm -rf bundle #rm wekan-$1.zip #wget https://releases.wekan.team/wekan-$1.zip