From 9ca2fa686104851e7ac18fc478b4823be36a680c Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sun, 5 Jul 2020 20:57:32 -0700 Subject: Another script update --- setup/environment.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'setup') diff --git a/setup/environment.sh b/setup/environment.sh index 2e6019a76..3ebc0ab74 100644 --- a/setup/environment.sh +++ b/setup/environment.sh @@ -1,8 +1,9 @@ #!/usr/bin/env bash add-apt-repository ppa:openjdk-r/ppa +curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash - apt update -apt install openjdk-11-jdk zip unzip innoextract wine-stable makeself npm craco +apt install -y openjdk-11-jdk zip unzip innoextract wine-stable makeself nodejs # /usr/bin/printf '\xfe\xed\xfe\xed\x00\x00\x00\x02\x00\x00\x00\x00\xe2\x68\x6e\x45\xfb\x43\xdf\xa4\xd9\x92\xdd\x41\xce\xb6\xb2\x1c\x63\x30\xd7\x92' > /etc/ssl/certs/java/cacerts # /var/lib/dpkg/info/ca-certificates-java.postinst configure -- cgit v1.2.3