We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 73fc966 + dc4bedd commit 28ea6d2Copy full SHA for 28ea6d2
data/os/Debian/11.yaml
@@ -0,0 +1,3 @@
1
+apt::backports:
2
+ location: http://archive.debian.org/debian
3
+ repos: main contrib non-free
spec/acceptance/apt_backports_spec.rb
@@ -17,7 +17,7 @@
17
end
18
19
it 'provides backports apt sources' do
20
- run_shell('apt policy | grep --quiet backports')
+ run_shell('apt-cache policy | grep --quiet backports')
21
22
23
0 commit comments