Skip to content

Commit da0186c

Browse files
Update system76-driver.md (#1274)
Remove the `apt update` after adding the PPA and add a `apt upgrade` afterwords. Adding the PPA will always get updated release files. Need the upgrade to upgrade packages in the PPA.
1 parent fa0b585 commit da0186c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/system76-driver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ To install our Driver you need to run the following commands in the Terminal:
2626

2727
```bash
2828
sudo apt-add-repository -y ppa:system76-dev/stable
29-
sudo apt-get update
3029
sudo apt install system76-driver
30+
sudo apt upgrade
3131
```
3232

3333
This installs the System76 driver and related utilities which are needed to enable full functionality for your system.

0 commit comments

Comments
 (0)