Mark24 2 anni fa
parent
commit
c3f773bd0c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      installer.rb

+ 1 - 1
installer.rb

@@ -8,7 +8,7 @@ module OSPatch
     os_release_file = "/etc/os-release"
     if File.exist?(os_release_file)
       os_release = File.read(os_release_file)
-      OSDetect::DebianDistro.each do |distro|
+      ::RimeDeploy::OSDetect::DebianDistro.each do |distro|
         return true if os_release.include?(distro)
       end
     end