Explorar el Código

feat: add before hook

Mark24 hace 2 años
padre
commit
ca78bb153c
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      os/LinuxDistro.rb

+ 2 - 1
os/LinuxDistro.rb

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