From 34ca1e4c21970326e9291ef1e04bfcf6929b2371 Mon Sep 17 00:00:00 2001 From: Bytez <25850701+Bytezz@users.noreply.github.com> Date: Mon, 13 May 2024 05:53:03 +0200 Subject: [PATCH] Add execution permission by default --- README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 98b1ce8..a0d04fa 100644 --- a/README.md +++ b/README.md @@ -18,17 +18,12 @@ This script automates the setup of a Fedora system, including enabling repositor cd ``` -2. **Make the script executable**: - ```bash - chmod +x setup_fedora.sh - ``` - -3. **Run the script**: +2. **Run the script**: ```bash sudo ./setup_fedora.sh ``` -4. **Or, if you are lazy, here is a oneliner with curl**: +3. **Or, if you are lazy, here is a oneliner with curl**: ```bash curl -s -o- https://raw.githubusercontent.com/mortalic/firstrun/main/fedora_first_run.sh | sudo bash ```