Skip to content
Snippets Groups Projects
Commit 916792f2 authored by MJB's avatar MJB
Browse files

forced gz compression type for apt-get

parent 26cc679c
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
# Force fail on command fail # Force fail on command fail
set -euo pipefail set -euo pipefail
apt-get update apt-get update -o Acquire::CompressionTypes::Order::=gz
apt-get install wget -y apt-get install wget -y
echo "Installing Telegraf agent" echo "Installing Telegraf agent"
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
#// Created for Project : FLAME #// Created for Project : FLAME
#// #//
#///////////////////////////////////////////////////////////////////////// #/////////////////////////////////////////////////////////////////////////
apt-get update apt-get update -o Acquire::CompressionTypes::Order::=gz
apt-get install libssl-dev -y apt-get install libssl-dev -y
# Create the database for the WHOAMI API # Create the database for the WHOAMI API
......
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
# http 7474 including the browser on localhost:7474 # http 7474 including the browser on localhost:7474
# https 7473 # https 7473
sudo apt update sudo apt update -o Acquire::CompressionTypes::Order::=gz
sudo apt install wget openjdk-8-jdk -y sudo apt install wget openjdk-8-jdk -y
# configure apt # configure apt
......
...@@ -35,7 +35,7 @@ KAPACITOR_CHECKSUM=eea9b215f241906570eafe3857e1d4c5 ...@@ -35,7 +35,7 @@ KAPACITOR_CHECKSUM=eea9b215f241906570eafe3857e1d4c5
CHRONOGRAF_VERSION=1.4.4.2 CHRONOGRAF_VERSION=1.4.4.2
CHRONOGRAF_CHECKSUM=eea6915aa6db8f134fcd3b095e863b773bfb3a16a26e346dd65904a07df97963 CHRONOGRAF_CHECKSUM=eea6915aa6db8f134fcd3b095e863b773bfb3a16a26e346dd65904a07df97963
apt-get update apt-get update -o Acquire::CompressionTypes::Order::=gz
echo "----> Installing wget" echo "----> Installing wget"
apt-get install -y wget apt-get install -y wget
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
#///////////////////////////////////////////////////////////////////////// #/////////////////////////////////////////////////////////////////////////
# Install apache # Install apache
sudo apt-get update sudo apt-get update -o Acquire::CompressionTypes::Order::=gz
sudo apt-get -y install apache2 sudo apt-get -y install apache2
# start apache # start apache
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
## Created Date : 09-02-2018 ## Created Date : 09-02-2018
## Created for Project : FLAME ## Created for Project : FLAME
apt-get update apt-get update -o Acquire::CompressionTypes::Order::=gz
apt-get -y install zip python apt-get -y install zip python
wget http://zebulon.bok.net/Bento4/binaries/Bento4-SDK-1-5-1-621.x86_64-unknown-linux.zip wget http://zebulon.bok.net/Bento4/binaries/Bento4-SDK-1-5-1-621.x86_64-unknown-linux.zip
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
#///////////////////////////////////////////////////////////////////////// #/////////////////////////////////////////////////////////////////////////
# Prerequisites # Prerequisites
sudo apt-get update sudo apt-get update -o Acquire::CompressionTypes::Order::=gz
sudo apt-get install -y wget git sudo apt-get install -y wget git
# Environment variables for this process # Environment variables for this process
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
#///////////////////////////////////////////////////////////////////////// #/////////////////////////////////////////////////////////////////////////
# Install apache # Install apache
apt-get update apt-get update -o Acquire::CompressionTypes::Order::=gz
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 2930ADAE8CAF5059EE73BB4B58712A2291FA4AD5 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 2930ADAE8CAF5059EE73BB4B58712A2291FA4AD5
echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu xenial/mongodb-org/3.6 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-3.6.list echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu xenial/mongodb-org/3.6 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-3.6.list
apt-get update apt-get update
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
#// Created for Project : FLAME #// Created for Project : FLAME
#// #//
#///////////////////////////////////////////////////////////////////////// #/////////////////////////////////////////////////////////////////////////
apt-get update apt-get update -o Acquire::CompressionTypes::Order::=gz
apt-get -y install python3 python3-pip python-influxdb apt-get -y install python3 python3-pip python-influxdb
update-alternatives --install /usr/bin/python python /usr/bin/python3 10 update-alternatives --install /usr/bin/python python /usr/bin/python3 10
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment