quickemu-project / quickgui

An elegant virtual machine manager for the desktop
MIT License
993 stars 78 forks source link

docs: fix Ubuntu ppa repository name #200

Closed miquelbeltran closed 3 months ago

miquelbeltran commented 3 months ago

Description

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

$ sudo add-apt-repository ppa:flexiondotorg/quickgui
ERROR: ppa 'flexiondotorg/quickgui' not found (use --login if private)

But with the quickemu instructions it all work:

$ sudo apt-add-repository ppa:flexiondotorg/quickemu
...
$ sudo apt-get install quickgui
(all good)

Seems that the right ppa is the same as the one for quickemu and one with quickgui in it.

Type of change

Checklist: