Skip to content

Commit

Permalink
configuration/nvidia-wayland-overclock: Source bash activate script r…
Browse files Browse the repository at this point in the history
…ather than fish

The root shell is typically bash so adapt the guide to use bash instead. Users who change their root shell to fish
should know what they're doing and make changes to the steps where necessary.

Signed-off-by: Eric Naim <[email protected]>
  • Loading branch information
1Naim committed Dec 1, 2024
1 parent 2d1bdc3 commit 11890bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/configuration/nvidia-wayland-overclock.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Open a terminal of your choice (Konsole, Alacritty, etc.) and follow these steps

2. Activate the virtual environment:
```
source /root/NVIDIA/venv/bin/activate.fish
source /root/NVIDIA/venv/bin/activate
```

3. Verify the activation:
Expand Down

0 comments on commit 11890bb

Please sign in to comment.