We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdacc7e commit 7a9ba08Copy full SHA for 7a9ba08
1 file changed
lib/command/self-upgrade.sh
@@ -8,6 +8,8 @@ laptop_require "laptop_self_ensure_updated"
8
9
laptop_command__self-upgrade() {
10
laptop_handler_call "logo"
11
+ echo "Laptop is going to be upgraded to the latest version"
12
+ echo ""
13
if laptop_confirm "Continue? (y/N)"; then
14
laptop_command__self-upgrade_run
15
0 commit comments