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
|
||||
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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue