Update 1_source-install.sh

This commit is contained in:
bash
2024-09-15 20:46:51 +02:00
committed by GitHub
parent cb6d4421f2
commit 4a2713e073

View File

@@ -16,8 +16,10 @@ then
########################################################################################## ##########################################################################################
if [ ! -d "${ROOT_DIR}/_download" ]; if [ ! -d "${ROOT_DIR}/_download" ];
then then
mkdir ${ROOT_DIR}/_download mkdir ${ROOT_DIR}/_download
fi else
rm -rf ${ROOT_DIR}/_download
if
########################################################################################## ##########################################################################################