mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
More testing
This commit is contained in:
parent
d008f064cc
commit
1241ef7c85
9 changed files with 65 additions and 23 deletions
|
|
@ -12,7 +12,8 @@ if OS.mac?
|
|||
elsif Integer(stdout.strip.split('.')[0]) < 10
|
||||
puts "Wow... you're sure running an old os (#{stdout.strip} to be exact)"
|
||||
else
|
||||
abort("It seems you are on a Mac but I don't know what to do on v#{stdout.strip}")
|
||||
abort("It seems you are on a Mac but I don't know what to do on \
|
||||
v#{stdout.strip}")
|
||||
end
|
||||
elsif OS.liux?
|
||||
puts 'It seems you are on Linux'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue