From 78d6028c4bec4313afb301ccb4f50d7e434a8f82 Mon Sep 17 00:00:00 2001 From: mara Date: Tue, 4 Jun 2024 11:05:38 +0200 Subject: [PATCH] if [ -d qtile ]; then RM --- install.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/install.sh b/install.sh index e0f1b50..fc16105 100644 --- a/install.sh +++ b/install.sh @@ -292,6 +292,11 @@ cd ~ mkdir -p ~/.local/bin mkdir -p ~/.local/src && cd ~/.local/src python3 -m venv qtile_venv && cd qtile_venv + +if [ -d qtile ]; then + rm -rf qtile +fi + git clone https://github.com/qtile/qtile.git bin/pip install qtile/. cp ~/.local/src/qtile_venv/bin/qtile ~/.local/bin/