mirror of
https://github.com/alvinlollo/Single-install-script.git
synced 2026-06-15 03:04:26 +10:00
Update install.sh
This commit is contained in:
+1
-3
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user