Skip to content

Commit

Permalink
Fix conf file conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
RadxaYuntian committed Nov 20, 2023
1 parent 04d1291 commit f5d6059
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions common/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,16 +116,12 @@ actions:
{{ if and (eq $install_vendor_package "true") (ne $flavor "cli") }}

- action: run
description: Temporarily remove task-{{ $board }}
description: Install task-{{ $board }} with vendor packages
chroot: true
command: |
dpkg --remove --force-depends task-{{ $board }}
- action: apt
description: Install vendor packages
recommends: true
packages:
- task-{{ $board }}
apt-get update
apt-get install -o Dpkg::Options::="--force-confnew" -y --install-recommends task-{{ $board }}
{{ else if ne $install_vendor_package "true" }}

Expand Down

0 comments on commit f5d6059

Please sign in to comment.