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" ];
then
mkdir ${ROOT_DIR}/_download
fi
mkdir ${ROOT_DIR}/_download
else
rm -rf ${ROOT_DIR}/_download
if
##########################################################################################