现在的位置: 首页 > 综合 > 正文

script to update Ubuntu kernel to the latest mainline version

2018年05月12日 ⁄ 综合 ⁄ 共 367字 ⁄ 字号 评论关闭

GitHub script download

The Linux Kernel Archives

http://askubuntu.com/questions/119080/how-to-update-kernel-to-the-latest-mainline-version-without-any-distro-upgrade

sudo apt-get update
sudo apt-get install python-bs4
cd /tmp
rm -rf medigeek-kmp*
wget --no-check-certificate https://github.com/medigeek/kmp-downloader/tarball/master -O kmpd.tar.gz
tar xzf kmpd.tar.gz
cd medigeek-*
python kmpd.py -d

抱歉!评论已关闭.