mirror of
https://github.com/mtan93/Installomator.git
synced 2026-05-30 22:08:05 +01:00
does not download swiftui if it is already there
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user