From 52c84366cf97e6a729d809155a508889480ead11 Mon Sep 17 00:00:00 2001 From: TrudeEH Date: Thu, 12 Jun 2025 15:33:56 +0100 Subject: [PATCH] Replace bash with sh --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 79f1c2eb..0b39a12b 100644 --- a/README.md +++ b/README.md @@ -13,5 +13,5 @@ The 'main' branch is my current configuration, while others serve as an archive To install my current configuration, run: ```sh -bash <(curl -s https://raw.githubusercontent.com/TrudeEH/dotfiles/refs/heads/main/install.sh) +sh <(curl -s https://raw.githubusercontent.com/TrudeEH/dotfiles/refs/heads/main/install.sh) ```