Skip to content
Snippets Groups Projects
Commit f0ca326a authored by Lars Beckers's avatar Lars Beckers
Browse files

add updates and security repos as package source sources

parent 57633042
No related branches found
No related tags found
No related merge requests found
......@@ -15,8 +15,11 @@ variables:
QUILT_PATCHES: "debian/patches"
before_script:
# yamllint disable-line rule:line-length
# yamllint disable rule:line-length
- echo "deb-src http://ftp.halifax.rwth-aachen.de/debian/ buster main" > /etc/apt/sources.list.d/buster_src.list
- echo "deb-src http://ftp.halifax.rwth-aachen.de/debian/ buster-updates main" >> /etc/apt/sources.list.d/buster_src.list
- echo "deb-src http://security.debian.org/ buster/updates main" >> /etc/apt/sources.list.d/buster_src.list
# yamllint enable rule:line-length
- apt-get update
- apt-get install -y apt-utils
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment