Compare commits

...

1 Commits

Author SHA1 Message Date
pedro d0e36ec408 __dpkg_package: add dpkg arg --skip-same-version 2021-10-25 01:48:14 +02:00
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)