Skip to content

Commit

Permalink
Update D2.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
xratzh committed Apr 3, 2018
1 parent 4307cee commit 437d39c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion D2.sh
Expand Up @@ -31,7 +31,7 @@ for KernelTMP in `echo "$KernelList"`
[ "$KernelTMP" != "linux-image-4.11.8-041108-generic" ] && echo -ne "Uninstall Old Kernel\n\t$KernelTMP\n" && apt-get purge "$KernelTMP" -y >/dev/null 2>&1
done

apt purge linux-headers*
apt purge linux-headers* -y
wget --no-check-certificate -O linux-headers-4.11.8.deb https://raw.githubusercontent.com/xratzh/CBBR/master/debkernel/linux-headers-4.11.8.deb
dpkg -i linux-headers-4.11.8.deb

Expand Down

0 comments on commit 437d39c

Please sign in to comment.