#!/bin/sh #set up kernel and build and source links in /lib/modules/`uname -r`, also /usr/src/linux [ -d ndiswrapper ] && rm -r ndiswrapper tar xvf ndiswrapper-1.61.tar.gz mv ndiswrapper-1.61 ndiswrapper patch -p1 < linux-4.11.patch patch -p1 < linux-4.13.patch cd ndiswrapper make