Skip to content

Commit 7a9ba08

Browse files
committed
💬 Add informational messages before self-upgrade confirmation
1 parent bdacc7e commit 7a9ba08

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/command/self-upgrade.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ laptop_require "laptop_self_ensure_updated"
88

99
laptop_command__self-upgrade() {
1010
laptop_handler_call "logo"
11+
echo "Laptop is going to be upgraded to the latest version"
12+
echo ""
1113
if laptop_confirm "Continue? (y/N)"; then
1214
laptop_command__self-upgrade_run
1315

0 commit comments

Comments
 (0)