Skip to content

Commit

Permalink
e2e: allow downgrading packages on .deb distros.
Browse files Browse the repository at this point in the history
  • Loading branch information
askervin committed Mar 30, 2022
1 parent 0382249 commit 51b1749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/lib/distro.bash
Expand Up @@ -214,7 +214,7 @@ debian-install-pkg() {
break
fi
done
vm-command "yes \"\" | DEBIAN_FRONTEND=noninteractive apt-get install $opts -y $*" ||
vm-command "yes \"\" | DEBIAN_FRONTEND=noninteractive apt-get install $opts -y --allow-downgrades $*" ||
command-error "failed to install $*"
}

Expand Down

0 comments on commit 51b1749

Please sign in to comment.