Skip to content

Commit 1b5ba6a

Browse files
committed
add timestamp
1 parent 11280db commit 1b5ba6a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

create-skyedge-iso.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ create_iso() {
7777
mkisofs -J -T -U \
7878
-joliet-long \
7979
-allow-limited-size \
80-
-o ${name}-${version}.iso \
80+
-o ${name}-${version}.${timestamp}.iso \
8181
-b isolinux/isolinux.bin \
8282
-c isolinux/boot.cat \
8383
-no-emul-boot \
@@ -91,8 +91,8 @@ create_iso() {
9191
-A "${label}" \
9292
-V "${label}" \
9393
isodir
94-
isohybrid -u ${name}-${version}.iso
95-
implantisomd5 --force ${name}-${version}.iso
94+
isohybrid -u ${name}-${version}.${timestamp}.iso
95+
implantisomd5 --force ${name}-${version}.${timestamp}.iso
9696
}
9797

9898
download_iso

0 commit comments

Comments
 (0)