#668 initial step added to ARM installer for Pi
Merged a year ago by ankursinha. Opened a year ago by hankuoffroad.
Unknown source arm-install-step  into  main

@@ -1,7 +1,7 @@

  = Fedora on Raspberry Pi

  Flo H;  jtagcat; The Fedora Docs Team

  :revnumber: F38

- :revdate: 2023-08-14

+ :revdate: 2023-12-07

  :category: Installation

  :tags: How-to, ARM-SBC, Raspberry-Pi 

  
@@ -65,6 +65,11 @@

  

  . Download a Fedora ARM image from the link:https://fedoraproject.org/[Fedora website]

  +

+ . Check the integrity of the download

+     curl https://getfedora.org/static/fedora.gpg | gpg --import

+     gpg --verify-files *-CHECKSUM

+     sha256sum -c *-CHECKSUM

+     

  . Install the `arm-image-installer`:

  +

  [source,shell,subs="attributes"]

no initial comment

Pull-Request has been merged by ankursinha

a year ago

I made this PR during writing workshop demo and hands-on session. Thanks for approving it.

Metadata