Merge pull request #13055 from Penaz91/artix-support
Artix Linux Host Support
This commit is contained in:
commit
58d629d9af
@ -4,7 +4,7 @@ module VagrantPlugins
|
||||
module HostArch
|
||||
class Host < Vagrant.plugin("2", :host)
|
||||
def detect?(env)
|
||||
File.exist?("/etc/arch-release")
|
||||
File.exist?("/etc/arch-release") && !File.exist?("/etc/artix-release")
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user