Skip to content

Commit 9490593

Browse files
committed
thelio-astra-a1-n1 (Ubuntu 24.04 setup): Correct NVIDIA instructions
1 parent 11221fe commit 9490593

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

src/models/thelio-astra-a1-n1/ubuntu-24.04.md

+9-4
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,15 @@ Thelio Astra uses an Ampere processor supporting AArch64 (ARM64) versions of Lin
4141
```
4242
sudo add-apt-repository ppa:system76-dev/stable
4343
```
44-
3. Install the System76 driver with the following command:
45-
```
46-
sudo apt install system76-driver system76-driver-nvidia
47-
```
44+
3. Install the System76 driver.
45+
- If your Thelio Astra contains an NVIDIA GPU, use the following command, which includes a System76-packaged NVIDIA driver along with other drivers and utilities:
46+
```
47+
sudo apt install system76-driver-nvidia
48+
```
49+
- Otherwise, use the following command to only install non-NVIDIA-related drivers and utilities:
50+
```
51+
sudo apt install system76-driver
52+
```
4853
4. Install all available OS updates again. This may downgrade some packages as they pull the version from the System76 PPA:
4954
```
5055
sudo apt update

0 commit comments

Comments
 (0)