Skip to content

Commit 3a359c9

Browse files
authored
Merge pull request #1767 from ivis-weko3-dev/check_v0.9.26_hiroba_20251208
Check v0.9.26 hiroba 20251208
2 parents 83f72e8 + 51699db commit 3a359c9

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

scripts/provision-web.sh

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,16 @@ fi
4747
export DEBIAN_FRONTEND=noninteractive
4848

4949
provision_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 \

0 commit comments

Comments
 (0)