aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2022-09-08 14:20:18 +0200
committerHimbeerserverDE <himbeerserverde@gmail.com>2022-09-08 14:20:18 +0200
commit558b7558bdfc7864ef17df7a43fc0cbfe09b5e18 (patch)
treec976c764a92f14e8870bd3b41c87be3ac90b4bab
parentc461205297d3ffde50f0a942c23a20d75bc098bc (diff)
Pipe into sh instead of bash
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7855530..04c9234 100644
--- a/README.md
+++ b/README.md
@@ -4,4 +4,4 @@ Fully automated Artix Linux installer for my testing setup
# Usage
1. Boot the artix installer with language en_US, timezone Europe/Berlin and keymap de.
2. Login as root (password artix).
-3. Now run the script: `curl -fSSL https://raw.githubusercontent.com/HimbeerserverDE/artixinstall/main/artixinstall | bash`
+3. Now run the script: `curl -fSSL https://raw.githubusercontent.com/HimbeerserverDE/artixinstall/main/artixinstall | sh`