Skip to content

Commit 3a3644c

Browse files
ahoneybunAaron Honeycuttthomas-zimmerman
authored
Update Other OS steps based on feedback (#1154)
Co-authored-by: Aaron Honeycutt <[email protected]> Co-authored-by: thomas-zimmerman <[email protected]>
1 parent 6a3b509 commit 3a3644c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

content/system-firmware.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,8 @@ Identify the EFI partition in the list. (The EFI partition is usually the first
136136
#### For NVMe Drives
137137

138138
```bash
139-
sudo apt install system76-driver
139+
sudo apt update
140+
sudo apt install system76-driver system76-firmware
140141
sudo mkdir -p /boot/efi
141142
sudo mount /dev/nvme0n1p1 /boot/efi
142143
gnome-control-center firmware
@@ -147,7 +148,8 @@ Where `/dev/nvme0n1p1` is the EFI system partition.
147148
#### For SATA Drives
148149

149150
```bash
150-
sudo apt install system76-driver
151+
sudo apt update
152+
sudo apt install system76-driver system76-firmware
151153
sudo mkdir -p /boot/efi
152154
sudo mount /dev/sda1 /boot/efi
153155
gnome-control-center firmware

0 commit comments

Comments
 (0)