docs: fix Ubuntu ppa repository name

Went through the installation and found that there is a typo in the README.

Seems that the right ppa is the same as the one for quickemu and one with `quickgui` in it.
This commit is contained in:
Miguel Beltran 2024-07-31 07:26:33 +02:00 committed by Martin Wimpress
parent d8bdb40217
commit 7d13a31e39
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ systemPackages = with pkgs; [
Ubuntu users can install Quickgui using the [.deb package described above for Debian](#debian) or from our PPA.
```shell
sudo add-apt-repository ppa:flexiondotorg/quickgui
sudo apt-add-repository ppa:flexiondotorg/quickemu
sudo apt-get update
sudo apt-get install quickgui
```