diff options
Diffstat (limited to 'setup/environment.sh')
-rw-r--r-- | setup/environment.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup/environment.sh b/setup/environment.sh index 380350a14..58eac32fe 100644 --- a/setup/environment.sh +++ b/setup/environment.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash add-apt-repository ppa:openjdk-r/ppa -curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash - +curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash - dpkg --add-architecture i386 apt update apt install -y openjdk-11-jdk zip unzip innoextract wine32 makeself nodejs |