diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2020-07-05 21:25:20 -0700 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2020-07-05 21:25:20 -0700 |
commit | 22ebf57e7fbcf57781a3270ebceac01a336167cb (patch) | |
tree | e8a0b9f2bf47a3de5c4737b25d76f9b8f1ba697b | |
parent | 9ca2fa686104851e7ac18fc478b4823be36a680c (diff) | |
download | trackermap-server-22ebf57e7fbcf57781a3270ebceac01a336167cb.tar.gz trackermap-server-22ebf57e7fbcf57781a3270ebceac01a336167cb.tar.bz2 trackermap-server-22ebf57e7fbcf57781a3270ebceac01a336167cb.zip |
Another script update
-rw-r--r-- | setup/environment.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/setup/environment.sh b/setup/environment.sh index 3ebc0ab74..380350a14 100644 --- a/setup/environment.sh +++ b/setup/environment.sh @@ -2,8 +2,9 @@ add-apt-repository ppa:openjdk-r/ppa curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash - +dpkg --add-architecture i386 apt update -apt install -y openjdk-11-jdk zip unzip innoextract wine-stable makeself nodejs +apt install -y openjdk-11-jdk zip unzip innoextract wine32 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 |