diff --git a/config.sh b/config.sh index 05196b8..553c54d 100755 --- a/config.sh +++ b/config.sh @@ -70,20 +70,6 @@ else systemctl set-default multi-user.target fi -#====================================== -# Setup device firmware -#-------------------------------------- - -# Find the architecture we are on -arch=$(uname -m) - -# Setup Raspberry Pi firmware -if [[ "$arch" == "aarch64" ]]; then - cp -P /usr/share/uboot/rpi_3/u-boot.bin /boot/efi/rpi3-u-boot.bin - cp -P /usr/share/uboot/rpi_4/u-boot.bin /boot/efi/rpi4-u-boot.bin - cp -P /usr/share/uboot/rpi_arm64/u-boot.bin /boot/efi/rpi-u-boot.bin -fi - #====================================== # Import GPG keys #--------------------------------------