class Registry::Download

def install

def install
  download
  unpack
  super
end