浏览代码

feat: add before hook

Mark24 2 年之前
父节点
当前提交
3536854343
共有 1 个文件被更改,包括 1 次插入2 次删除
  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.