Browse Source

feat: add before hook

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

+ 1 - 2
os/LinuxDistro.rb

@@ -11,8 +11,7 @@ module RimeDeploy
 
 
     class CheckInstallRimeJob < Job
     class CheckInstallRimeJob < Job
       def call
       def call
-        puts intro
-        puts "Different Linux has it's own package manager. So make sure you had installed Rime before."
+        puts @title
         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.