From b8f0c9f17837d73878dd8112a3fb7f27123f6d7e Mon Sep 17 00:00:00 2001 From: Kaj Forney Date: Sat, 29 Sep 2018 02:05:44 -0600 Subject: [PATCH] Add dates to iso filenames. --- runme.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runme.sh b/runme.sh index 2d4e2d1d..c1b95ab7 100755 --- a/runme.sh +++ b/runme.sh @@ -68,7 +68,7 @@ Kali) cd build/live-build-config ./build.sh --distribution kali-rolling --variant $DESKTOP --verbose - cp images/*.iso ../../images/ + cp images/*.iso ../../images/kali-rolling-$DESKTOP-$(date -I).iso ;; Parrot) cp -rv ./modules/parrot-build ./build/ @@ -85,7 +85,7 @@ Parrot) cd build/parrot-build ./build.sh build variant-$DESKTOP amd64 - cp ../*.iso ../../images/ + cp ../*.iso ../../images/parrotsec-$DESKTOP-$(date -I).iso ;; esac