Browse Source

feat: add before hook

Mark24 2 năm trước cách đây
mục cha
commit
3536854343
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  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.