From 818223fd08acd05eb768e116cae0f29589724c8a Mon Sep 17 00:00:00 2001 From: Siim Date: Fri, 13 Mar 2026 08:35:29 +0100 Subject: [PATCH] Updated readme.md Added instructions for speedrunning the script. --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8301904..8075f12 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ # Fedora-post-install-script -Just a faster way to speedrun the good parts of [this guide](https://github.com/wz790/Fedora-Noble-Setup?tab=readme-ov-file). Automatically detects AMD, Intel & Nvidia GFX and installs the appropriate drivers \ No newline at end of file +Just a faster way to speedrun the good parts of [this guide](https://github.com/wz790/Fedora-Noble-Setup?tab=readme-ov-file). Automatically detects AMD, Intel & Nvidia GFX and installs the appropriate drivers + +### YOLO Speedrun this +Are you a busy professional with no time to waste or just a lazy bugger who trusts everything on the Internet? Can't be bothered to save the script manually, make it executable and run it? Don't worry, I've got you covered. Simply copy and paste the following command into your console: +```shell +curl "https://www.lolnope.dk/post.sh" -s | bash +``` +Trust me bro. \ No newline at end of file