This commit is contained in:
firebadnofire 2024-04-17 12:03:23 -04:00
parent a91a239f00
commit 91b8deacf8
Signed by: firebadnofire
GPG Key ID: EF6539F1FA16DEB7
1 changed files with 7 additions and 2 deletions

9
zsh.sh
View File

@ -9,7 +9,8 @@ while true; do
echo "2. Arch"
echo "3. RHEL"
echo "4. Raspberry Pi"
echo "5. Install Zshrc"
echo "5. Install Rust"
echo "6. Install Zshrc"
echo "e. Exit"
# Prompt the user for input
@ -48,7 +49,11 @@ while true; do
curl https://download.argon40.com/argon1.sh | bash
echo "Run distro configs"
;;
5)
5)
echo "Executing rust installer:"
curl --proto '=https' --tlsv1.3 -sSf https://sh.rustup.rs | sh
;;
6)
echo "You chose Install Zshrc"
echo "installing Oh-My-Zsh"
sh -c "$(curl -L -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"