Revise installation commands in README

Updated installation instructions and clarified script usage.
This commit is contained in:
alvinlollo
2025-11-11 21:43:36 +11:00
committed by GitHub
parent e18ecec58a
commit 68435ae76e
+2 -2
View File
@@ -17,10 +17,10 @@ To use this script paste the following in the Linux terminal:
curl -fsSL https://raw.githubusercontent.com/alvinlollo/Single-install-script/refs/heads/main/install.sh | bash curl -fsSL https://raw.githubusercontent.com/alvinlollo/Single-install-script/refs/heads/main/install.sh | bash
``` ```
I am working on a beta version of the script with a selection menu, it is untested For installing zsh and themes (also works on debian based systems):
```sh ```sh
curl -fsSL https://raw.githubusercontent.com/alvinlollo/Single-install-script/refs/heads/main/installbeta.sh | bash curl -fsSL https://raw.githubusercontent.com/alvinlollo/Single-install-script/refs/heads/main/zsh.sh | bash
``` ```
If you have any issues please add one in the issues tab. If you have any issues please add one in the issues tab.