Skip to content

Commit a7f7bfb

Browse files
committed
Update config.yml
1 parent ba15bbf commit a7f7bfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
3838
command: |
3939
bundle install --path vendor/bundle
4040
sudo rm /etc/apt/sources.list
41-
echo "deb [trusted=yes] http://archive.debian.org/debian/ jessie main contrib non-free" | sudo tee -a /etc/apt/sources.list
42-
echo "deb-src [trusted=yes] http://archive.debian.org/debian jessie main contrib non-free" | sudo tee -a /etc/apt/sources.list
41+
echo "deb http://ftp.us.debian.org/debian/ bookworm main contrib non-free" | sudo tee -a /etc/apt/sources.list
42+
echo "deb-src http://ftp.us.debian.org/debian/ bookworm main contrib non-free" | sudo tee -a /etc/apt/sources.list
4343
echo "Acquire::Check-Valid-Until false;" | sudo tee -a /etc/apt/apt.conf.d/10-nocheckvalid
4444
echo '# Package: *\nPin: origin "archive.debian.org"\nPin-Priority: 500' | sudo tee -a /etc/apt/preferences.d/10-archive-pin
4545
sudo apt-get update

0 commit comments

Comments
 (0)