diff --git a/README.md b/README.md index b5e97d3..b34f6a0 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This utility is an app indicator (tray icon) to help you reboot into other OSes, or UEFI/BIOS, or the same OS. Instead of picking the OS you want during reboot at the grub menu, you can just preselect it from the menu here. -Basically it's a wrapper around `grub-reboot`. I've only tested this on Ubuntu 20.04, 22.04. +Basically it's a wrapper around `grub-reboot`. I've only tested this on Ubuntu 20.04, 22.04, 24.04. ![screenshot](assets/screenshot.png) @@ -136,4 +136,4 @@ This in turn allows the application to run `pkexec reboot` without a password pr ### The script -As part of the build the `.py` extension is removed. During install, the executable, extensionless Python script is put in `/usr/sbin` so that it's on the user's $PATH. \ No newline at end of file +As part of the build the `.py` extension is removed. During install, the executable, extensionless Python script is put in `/usr/sbin` so that it's on the user's $PATH.