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