Skip to content

Commit

Permalink
chore: dpkg: allow downgrades to apt
Browse files Browse the repository at this point in the history
  • Loading branch information
M0Rf30 committed Oct 18, 2024
1 parent 670a867 commit 65e35de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/dpkg/dpkg.go
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ func (d *Deb) createDeb(artifactPath, control, data string) error {
// Returns an error if there was a problem installing the dependencies.
func (d *Deb) Prepare(makeDepends []string) error {
args := []string{
"--allow-downgrades",
"--assume-yes",
"install",
}
Expand Down

0 comments on commit 65e35de

Please sign in to comment.