Update Readme.md

As setup.sh uses bash explicitly not sh, update it to comply with setup.
This commit is contained in:
NonameBlank007
2025-12-04 12:42:01 +05:30
committed by GitHub
parent 400f63bf2f
commit f1c226bdca
+1 -1
View File
@@ -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.