From 8dae984a6960d98b850142d99c10f341676e08e8 Mon Sep 17 00:00:00 2001 From: Eduardo Flores Date: Thu, 8 Sep 2022 06:44:13 -0700 Subject: [PATCH] Fix systemd-sysext unrecognized option. When trying to use `systemd-sysext --refresh` the following error is encountered: `systemd-sysext: unrecognized option '--refresh'` This PR fixes that. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6739e67..060054d 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ just sysext ``` This will create a system-extension inside `cosmic-sysext`, that you can move (without renaming!) into e.g. `/var/lib/extensions`. -After starting systemd-sysext.service (`sudo systemctl enable --now systemd-sysext`) and refreshing (`sudo systemd-sysext --refresh`) or rebooting +After starting systemd-sysext.service (`sudo systemctl enable --now systemd-sysext`) and refreshing (`sudo systemd-sysext refresh`) or rebooting *COSMIC* will be an available option in your favorite display manager. **Note**: An extension created this way will be linked against specific libraries on your system and will not work on other distributions.