Skip to content

Commit b02f2ba

Browse files
committed
Add a workaround for git/bullseye-backports
1 parent 9c432e2 commit b02f2ba

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

recipes/default.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
package 'cgit'
44
package 'certbot'
5-
package 'git/bullseye-backports'
5+
package 'git/bullseye-backports' do
6+
only_if '[[ $(git -v) != "git version 2.39.2" ]]'
7+
end
68
package 'ruby'
79
package 'postfix'
810
package 'gpg'

0 commit comments

Comments
 (0)