From 68435ae76e25124d3734b212ee1baf85ce499d14 Mon Sep 17 00:00:00 2001 From: alvinlollo <143326475+alvinlollo@users.noreply.github.com> Date: Tue, 11 Nov 2025 21:43:36 +1100 Subject: [PATCH] Revise installation commands in README Updated installation instructions and clarified script usage. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e3546a5..dd664aa 100644 --- a/README.md +++ b/README.md @@ -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 ``` -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 -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.