Skip to content

Commit

Permalink
Update Other OS steps based on feedback (#1154)
Browse files Browse the repository at this point in the history
Co-authored-by: Aaron Honeycutt <aaronhoneycutt@proton.me>
Co-authored-by: thomas-zimmerman <41023059+thomas-zimmerman@users.noreply.github.com>
  • Loading branch information
3 people authored Sep 12, 2023
1 parent 6a3b509 commit 3a3644c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions content/system-firmware.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,8 @@ Identify the EFI partition in the list. (The EFI partition is usually the first
#### For NVMe Drives

```bash
sudo apt install system76-driver
sudo apt update
sudo apt install system76-driver system76-firmware
sudo mkdir -p /boot/efi
sudo mount /dev/nvme0n1p1 /boot/efi
gnome-control-center firmware
Expand All @@ -147,7 +148,8 @@ Where `/dev/nvme0n1p1` is the EFI system partition.
#### For SATA Drives

```bash
sudo apt install system76-driver
sudo apt update
sudo apt install system76-driver system76-firmware
sudo mkdir -p /boot/efi
sudo mount /dev/sda1 /boot/efi
gnome-control-center firmware
Expand Down

0 comments on commit 3a3644c

Please sign in to comment.