From d53909a0c33ff9a96f595d7b1aa9498adede90c4 Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Sun, 13 Aug 2023 11:50:13 +0200 Subject: [PATCH] Updates --- 1-install.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/1-install.sh b/1-install.sh index 74aa02a..6880be6 100755 --- a/1-install.sh +++ b/1-install.sh @@ -193,10 +193,6 @@ while true; do read -p "Do you want to install/replace the Qtile configuration? (Yy/Nn): " yn case $yn in [Yy]* ) - if [ -d ~/.config/qtile/ ]; then - rm -r ~/.config/qtile/ - echo "qtile directory removed" - fi _installSymLink ~/.config/qtile ~/dotfiles/qtile/ ~/.config break;; [Nn]* )