From b0da8493c93e3a6cab30c6f10a8235e7e242d15a Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Tue, 1 Oct 2024 00:20:03 -0400 Subject: [PATCH] dev directory --- install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 979e804..d6af055 100644 --- a/install.sh +++ b/install.sh @@ -14,7 +14,9 @@ cat <<"EOF" EOF echo -e "${NONE}" -mkdir ~/Development/ +if [ ! -d ~/Development/ ]; then + mkdir ~/Development/ +fi # Install package managers source .install/install-yay.sh