mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
- Upgrade to node v8.14.1
Thanks to xet7 !
This commit is contained in:
parent
16d53897c7
commit
f7153da83d
5 changed files with 7 additions and 7 deletions
|
|
@ -4,7 +4,7 @@ echo "Note: If you use other locale than en_US.UTF-8 , you need to additionally
|
|||
echo " with 'sudo dpkg-reconfigure locales' , so that MongoDB works correctly."
|
||||
echo " You can still use any other locale as your main locale."
|
||||
|
||||
X64NODE="https://releases.wekan.team/node-v8.14.0-linux-x64.tar.gz"
|
||||
X64NODE="https://nodejs.org/dist/v8.14.1/node-v8.14.1-linux-x64.tar.gz"
|
||||
|
||||
function pause(){
|
||||
read -p "$*"
|
||||
|
|
@ -25,7 +25,7 @@ do
|
|||
sudo apt install -y build-essential git curl wget
|
||||
sudo apt -y install nodejs npm
|
||||
sudo npm -g install n
|
||||
sudo n 8.14.0
|
||||
sudo n 8.14.1
|
||||
fi
|
||||
|
||||
if [ "$(grep -Ei 'debian' /etc/*release)" ]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue