Skip to content

Commit f1c226b

Browse files
Update Readme.md
As setup.sh uses bash explicitly not sh, update it to comply with setup.
1 parent 400f63b commit f1c226b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ https://github.com/user-attachments/assets/181d48c2-f152-45f5-b568-21145be180f6
5151
### Automatic Installation
5252

5353
```sh
54-
sh -c "$(curl -fsSL https://raw.githubusercontent.com/keyitdev/sddm-astronaut-theme/master/setup.sh)"
54+
bash -c "$(curl -fsSL https://raw.githubusercontent.com/keyitdev/sddm-astronaut-theme/master/setup.sh)"
5555
```
5656
> Works on distributions using pacman, xbps-install, dnf, zypper.
5757
> Remember to always read the scripts you run from the internet.

0 commit comments

Comments
 (0)