Skip to content
Snippets Groups Projects
Commit 3a23bcdb authored by Nick Thomas's avatar Nick Thomas
Browse files

Remove stretch from the list of apt sources after installing git

parent 22cd8531
No related branches found
No related tags found
1 merge request!21Clean up `apt` configuration and cache
Loading
Loading
@@ -12,10 +12,13 @@ apt-get install -y \
logrotate python-docutils pkg-config cmake nodejs \
libkrb5-dev postgresql-client mysql-client unzip \
 
echo deb http://httpredir.debian.org/debian stretch main > /etc/apt/sources.list
echo deb http://httpredir.debian.org/debian stretch main > /etc/apt/sources.list.d/stretch.list
apt-get update -yqqq
apt-get install -yqq --force-yes git
 
rm /etc/apt/sources.list.d/stretch.list
apt-get update -yqqq
# Set UTF-8
# http://stackoverflow.com/a/3182519/2137281
LOC=$'LC_ALL=en_US.UTF-8\nLANG=en_US.UTF-8'
Loading
Loading
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