Compare commits
1 commit
master
...
__dpkg_pac
Author | SHA1 | Date | |
---|---|---|---|
|
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