Ver Fonte

feat: add before hook

Mark24 há 2 anos atrás
pai
commit
fad33a6f8a
1 ficheiros alterados com 2 adições e 1 exclusões
  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.