__dpkg_package: add dpkg arg --skip-same-version
This commit is contained in:
parent
560374a686
commit
d0e36ec408
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ state_should=""
|
||||||
|
|
||||||
case "$state" in
|
case "$state" in
|
||||||
present)
|
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"
|
echo "installed" >> "$__messages_out"
|
||||||
;;
|
;;
|
||||||
absent)
|
absent)
|
||||||
|
|
Loading…
Reference in a new issue