diff --git a/build-iso b/build-iso index 9a3a14f..4a90795 100644 --- a/build-iso +++ b/build-iso @@ -38,6 +38,7 @@ build() { step "Adding notes to .zprofile..." " print '. /usr/share/makepkg/util/message.sh' >>$ZPROFILE print 'colorize' >>$ZPROFILE + print '' >>$ZPROFILE print 'msg \"This is an unofficial ISO created by GitHub Actions on $DATE from run ID $GITHUB_RUN_ID\"' >>$ZPROFILE print 'msg2 \"Check $GITHUB_SERVER_URL/$GITHUB_REPOSITORY#readme for more details\"' >>$ZPROFILE "