From f1c226bdcadf0babd54ac5eac62dedd8ebc80015 Mon Sep 17 00:00:00 2001 From: NonameBlank007 Date: Thu, 4 Dec 2025 12:42:01 +0530 Subject: [PATCH] Update Readme.md As setup.sh uses bash explicitly not sh, update it to comply with setup. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 21d9cfc..3bb656f 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ https://github.com/user-attachments/assets/181d48c2-f152-45f5-b568-21145be180f6 ### Automatic Installation ```sh -sh -c "$(curl -fsSL https://raw.githubusercontent.com/keyitdev/sddm-astronaut-theme/master/setup.sh)" +bash -c "$(curl -fsSL https://raw.githubusercontent.com/keyitdev/sddm-astronaut-theme/master/setup.sh)" ``` > Works on distributions using pacman, xbps-install, dnf, zypper. > Remember to always read the scripts you run from the internet.