Update install.sh

This commit is contained in:
2025-12-22 20:15:52 +01:00
parent cb1c50be95
commit 1b51acf885

View File

@@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
steps="10" steps="10"
if [ -e ~/.config/kitty/kitty.conf ] if [ -e ~/.bashrc ]
then then
echo "[1/${steps}] Creating .bashrc backup" echo "[1/${steps}] Creating .bashrc backup"
cp ~/.bashrc ~/.bashrc_backup cp ~/.bashrc ~/.bashrc_backup