Parcourir la source

feat: add before hook

Mark24 il y a 2 ans
Parent
commit
3536854343
1 fichiers modifiés avec 1 ajouts et 2 suppressions
  1. 1 2
      os/LinuxDistro.rb

+ 1 - 2
os/LinuxDistro.rb

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