File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 4747export DEBIAN_FRONTEND=noninteractive
4848
4949provision_web_common_ubuntu14 () {
50- # Update sources.list to use archive repositories
51- $sudo sed -i ' s|http://deb.debian.org/debian|http://archive.debian.org/debian|g' /etc/apt/sources.list
52- $sudo sed -i ' s|http://security.debian.org/debian-security|http://archive.debian.org/debian-security|g' /etc/apt/sources.list
50+
51+ # Point the main repository to the archive
52+ sed -i ' s/deb.debian.org/archive.debian.org/g' /etc/apt/sources.list
53+
54+ # Point the security repository to the archive
55+ sed -i ' s/security.debian.org/archive.debian.org/g' /etc/apt/sources.list
5356
5457 # sphinxdoc-install-useful-system-tools-ubuntu14-begin
5558 # update list of available packages:
56- $sudo apt-get -y update -o Acquire::Check-Valid-Until=false - -allow-releaseinfo-change
59+ $sudo apt-get -y update --allow-releaseinfo-change
5760
5861 # install useful system tools:
5962 $sudo apt-get -y install \
You can’t perform that action at this time.
0 commit comments