does not download swiftui if it is already there

This commit is contained in:
Armin Briegel
2022-07-29 19:34:21 +02:00
parent 19e59fc36c
commit 720128f23a
3 changed files with 32 additions and 31 deletions
+1 -1
View File
@@ -202,7 +202,7 @@ else
initNamedPipe create $pipe
# run the pipe read in the background
readDownloadPipe $pipe "$DIALOGCMDFILE" & downloadPipePID=$!
readDownloadPipe $pipe "$DIALOG_CMD_FILE" & downloadPipePID=$!
# curl (extract - line in "# MARK: download the archive" of Installomator.sh)
curlDownload=$(curl -fL -# --show-error ${curlOptions} "$downloadURL" -o "$archiveName" 2>&1 | tee $pipe)