This repository was archived by the owner on Sep 23, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
3
# System dependencies
4
- echo " deb http://ftp.us.debian.org/debian/ jessie main contrib non-free" > /etc/apt/sources.list
5
- echo " deb http://security.debian.org/ jessie/updates main contrib non-free" >> /etc/apt/sources.list
6
- echo " deb http://ftp.us.debian.org/debian/ jessie-updates main contrib non-free" >> /etc/apt/sources.list
7
- echo " deb http://ftp.us.debian.org/debian/ jessie-backports main contrib non-free" >> /etc/apt/sources.list
8
- apt-get -y update
9
- apt-get -y install -t jessie-backports openjdk-8-jre-headless ca-certificates-java
10
- apt-get -y install jq python-pip zip unzip wget xvfb libgtk2.0-0 libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2 ruby-full locales
4
+ apt-get clean
5
+ rm /etc/apt/sources.list
6
+ echo ' deb http://archive.debian.org/debian/ wheezy main contrib non-free' >> /etc/apt/sources.list
7
+ echo ' deb http://archive.debian.org/debian/ jessie-backports main' >> /etc/apt/sources.list.d/openjdk.list
8
+ echo ' deb http://archive.debian.org/debian/ jessie main' >> /etc/apt/sources.list.d/openjdk.list
9
+ apt-get update -o Acquire::Check-Valid-Until=false
10
+ apt-get install -y -t jessie-backports openjdk-8-jre-headless
11
+ rm /etc/apt/sources.list.d/openjdk.list
12
+ apt-get update
13
+
14
+ echo ' ++++++++++++++++++++++++++++++++++++++++'
15
+
16
+ apt-get -y install python-pip zip unzip wget xvfb libgtk2.0-0 libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2 ruby-full locales jq
11
17
12
18
# Configure encoding for ruby scripts
13
19
echo " LC_ALL=en_US.UTF-8" >> /etc/environment
You can’t perform that action at this time.
0 commit comments