Skip to content

Commit

Permalink
Update renamed raspberrypi-firmware package
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Oct 22, 2023
1 parent f272d08 commit 582e3a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup/rpi-aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ set -uo pipefail
# Replace default kernel + U-Boot with Raspberry Pi foundation's kernel + bootloader
# See https://github.com/fwcd/archlinuxarm-images/issues/3
pacman -R --noconfirm linux-aarch64 uboot-raspberrypi
pacman -Syu --noconfirm --needed linux-rpi raspberrypi-bootloader raspberrypi-firmware
pacman -Syu --noconfirm --needed linux-rpi raspberrypi-bootloader raspberrypi-utils
2 changes: 1 addition & 1 deletion setup/rpi-armv7
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ set -uo pipefail
# Replace default kernel + U-Boot with Raspberry Pi foundation's kernel + bootloader
# See https://github.com/fwcd/archlinuxarm-images/issues/3
pacman -R --noconfirm linux-armv7 uboot-raspberrypi
pacman -Syu --noconfirm --needed linux-rpi raspberrypi-bootloader raspberrypi-firmware
pacman -Syu --noconfirm --needed linux-rpi raspberrypi-bootloader raspberrypi-utils

0 comments on commit 582e3a0

Please sign in to comment.