mirror of
https://github.com/wekan/wekan.git
synced 2026-01-02 07:38:49 +01:00
Updated WeKan s390x bundle build script.
Thanks to xet7 !
This commit is contained in:
parent
764dbb71f0
commit
d4c3f32383
1 changed files with 15 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue