if (aptDebian8.size > 0) {
      bufferDebian8 = hasNode(aptDebian8) ? 'curl -sL https://deb.nodesource.com/setup_6.x | bash -;' : '';
      bufferDebian8 += ` apt-get -qy install ${[...aptDebian8.values()].join(' ')};`
    }