Skip to content

Commit 9f82b76

Browse files
authored
Merge pull request #70 from bgoelTT/ben/success-message
Add completion message to end of installer
2 parents 3cc4118 + 730b0c3 commit 9f82b76

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

install.m4

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1152,6 +1152,9 @@ main() {
11521152
log " tt-metalium python script.py # Run a Python script"
11531153
fi
11541154

1155+
# Log successful completion message
1156+
log "✅ Installation completed successfully."
1157+
11551158
# Auto-reboot if specified
11561159
if [[ "${REBOOT_OPTION}" = "always" ]]; then
11571160
log "Auto-reboot enabled. Rebooting now..."

0 commit comments

Comments
 (0)