__dpkg_package: add dpkg arg --skip-same-version

This commit is contained in:
pedro 2021-10-25 01:48:14 +02:00
parent 560374a686
commit d0e36ec408
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ state_should=""
case "$state" in
present)
echo "dpkg --install /var/cache/apt/archives/$__object_id"
echo "dpkg --install --skip-same-version /var/cache/apt/archives/$__object_id"
echo "installed" >> "$__messages_out"
;;
absent)