Update install.sh

This commit is contained in:
alvinlollo
2025-04-06 14:02:09 +10:00
committed by GitHub
parent 838d4f036b
commit 2ca2fdcf18
+1 -3
View File
@@ -66,9 +66,7 @@ echo '
' '
set -x set -x
# Backup old config file if it exists # Backup old config file if it exists
if [ -f ~/.zshrc ]; then cp .zshrc .zshrc.backup
mv ~/.zshrc ~/.zshrc.backup
fi
# Download and replace config file # Download and replace config file
curl -fsSL https://raw.githubusercontent.com/alvinlollo/Single-install-script/refs/heads/main/configs/.zshrc -o ~/.zshrc curl -fsSL https://raw.githubusercontent.com/alvinlollo/Single-install-script/refs/heads/main/configs/.zshrc -o ~/.zshrc