Skip to content

Commit

Permalink
Update build-iso
Browse files Browse the repository at this point in the history
  • Loading branch information
theCode-Breaker authored Apr 18, 2022
1 parent 0dc0b39 commit 8615817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-iso
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ build() {
step "Creating build directory..." "mkdir -p /tmp/$DATE/airootfs/root/"
step "Adding notes to .zprofile..." "
print '. /usr/share/makepkg/util/message.sh' >>$ZPROFILE
print 'colorize\n' >>$ZPROFILE
print 'colorize' >>$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
"
Expand Down

0 comments on commit 8615817

Please sign in to comment.