mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
Update buildLabel.sh
This commit is contained in:
@@ -11,7 +11,7 @@ downloadURL=${1?:"need to provide a download URL."}
|
||||
# ./buildLabel.sh <URL to download software>
|
||||
|
||||
# Use working directory as download folder
|
||||
tmpDir=$(date "+%Y-%m-%d-%H-%M-%S")
|
||||
tmpDir="$(pwd)/$(date "+%Y-%m-%d-%H-%M-%S")"
|
||||
# Create a n almost unique folder name
|
||||
mkdir $tmpDir
|
||||
|
||||
|
||||
Reference in New Issue
Block a user