We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11280db commit 1b5ba6aCopy full SHA for 1b5ba6a
create-skyedge-iso.sh
@@ -77,7 +77,7 @@ create_iso() {
77
mkisofs -J -T -U \
78
-joliet-long \
79
-allow-limited-size \
80
- -o ${name}-${version}.iso \
+ -o ${name}-${version}.${timestamp}.iso \
81
-b isolinux/isolinux.bin \
82
-c isolinux/boot.cat \
83
-no-emul-boot \
@@ -91,8 +91,8 @@ create_iso() {
91
-A "${label}" \
92
-V "${label}" \
93
isodir
94
- isohybrid -u ${name}-${version}.iso
95
- implantisomd5 --force ${name}-${version}.iso
+ isohybrid -u ${name}-${version}.${timestamp}.iso
+ implantisomd5 --force ${name}-${version}.${timestamp}.iso
96
}
97
98
download_iso
0 commit comments