Replace bash with sh

This commit is contained in:
2025-06-12 15:33:56 +01:00
parent cb0cbed762
commit 52c84366cf

View File

@@ -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)
```