docs: correct example documentation for ubuntu daily-live. close #943

This commit is contained in:
Martin Wimpress 2024-04-11 23:27:56 +01:00 committed by Martin Wimpress
parent 0d5b97e186
commit e9299fc8b3
1 changed files with 5 additions and 6 deletions

View File

@ -270,17 +270,16 @@ quickemu --vm ubuntu-22.04.conf
enable file sharing. enable file sharing.
- `sudo apt install spice-webdavd` - `sudo apt install spice-webdavd`
### Ubuntu devel (daily-live) images ### Ubuntu daily-live images
`quickget` can also download/refresh devel images via `zsync` for Ubuntu `quickget` can also download/refresh daily-live images via `zsync` for Ubuntu developers and testers.
developers and testers.
``` bash ``` bash
quickget ubuntu devel quickget ubuntu daily-live
quickemu --vm ubuntu-devel.conf quickemu --vm ubuntu-daily-live.conf
``` ```
You can run `quickget ubuntu devel` to refresh your daily development You can run `quickget ubuntu daily-live` to refresh your daily development
image as often as you like, it will even automatically switch to a new image as often as you like, it will even automatically switch to a new
series. series.