Browse Source

feat: add before hook

Mark24 3 years ago
parent
commit
fad33a6f8a
1 changed files with 2 additions and 1 deletions
  1. 2 1
      os/LinuxDistro.rb

+ 2 - 1
os/LinuxDistro.rb

@@ -11,7 +11,8 @@ module RimeDeploy
 
 
     class CheckInstallRimeJob < Job
     class CheckInstallRimeJob < Job
       def call
       def call
-        puts @title
+        puts "==== Rime auto deploy ====".green
+        puts "Before Check Rime Installed Staus".yellow
         tips = <<-TIP
         tips = <<-TIP
 Different Linux has it's own package manager. So make sure you had installed Rime before.
 Different Linux has it's own package manager. So make sure you had installed Rime before.