Add last message

This commit is contained in:
Santiago Lo Coco 2021-12-26 00:17:46 -03:00
parent e82b2c442e
commit 2e55f48539
1 changed files with 1 additions and 0 deletions

View File

@ -255,6 +255,7 @@ steps=(
runScript() {
if [ -d "$HOME/Documents" ]; then
getDotfiles
whiptail --title "CocoASAIS" --msgbox "All done!" 0 0
exit 0
fi