diff --git a/README.md b/README.md index c10b12d..c7cf1da 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ YAFI is also available on [Flathub](https://flathub.org/en/apps/au.stevetech.yaf To allow YAFI to communicate with the EC, you will need to enable user access to the `/dev/cros_ec` device. You can do this by running `echo KERNEL=="cros_ec", TAG+="uaccess" | sudo tee /etc/udev/rules.d/60-yafi.rules`, and then reload the rules with `sudo udevadm control --reload-rules && sudo udevadm trigger`. -You can also do this by running `curl -fL yafi.stevetech.au/udev.sh | sudo sh` which will run the [`add-udev-rules.sh`](add-udev-rules.sh) script. +You can also do this by running `curl -Lfs yafi.stevetech.au/udev.sh | sudo sh` which will run the [`add-udev-rules.sh`](add-udev-rules.sh) script. ### Windows diff --git a/data/au.stevetech.yafi.metainfo.xml.in b/data/au.stevetech.yafi.metainfo.xml.in index d53d0ca..d628761 100644 --- a/data/au.stevetech.yafi.metainfo.xml.in +++ b/data/au.stevetech.yafi.metainfo.xml.in @@ -19,7 +19,7 @@
You will need to install the udev rules to allow non-root access to the EC device. See the README for more information.
-Alternatively, you can run curl -fL yafi.stevetech.au/udev.sh | sudo sh to install the udev rules.
Alternatively, you can run curl -Lfs yafi.stevetech.au/udev.sh | sudo sh to install the udev rules.
YAFI is not affiliated with Framework Computer Inc. in any way.
@@ -88,6 +88,12 @@YAFI now supports modifying fan set points.
+