Skip to content

Commit

Permalink
Install package via apt to trigger plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
RadxaYuntian committed Oct 11, 2023
1 parent 033a639 commit 395e251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sub_commands.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ _install() {
case "$ext" in
deb)
sudo cp "$file" /mnt
sudo systemd-nspawn -D /mnt dpkg -i "/$(basename "$file")"
sudo systemd-nspawn -D /mnt apt-get install -y --allow-downgrades --reinstall "/$(basename "$file")"
;;
dtbo)
sudo cp "$file" /mnt/boot/dtbo
Expand Down

0 comments on commit 395e251

Please sign in to comment.