FancyKing

oseone

Apr 12th, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.58 KB | None | 0 0
  1. wget git.io/superupdate.sh && \
  2. bash superupdate.sh aliyun && \
  3. apt update && \
  4. wget https://mirrors.aliyun.com/linux-kernel/v5.x/linux-5.0.tar.gz && \
  5. cp ./linux-5.0.tar.gz /usr/src/ && \
  6. cd /usr/src/ && \
  7. tar zxvf linux-5.0.tar.gz && \
  8. apt install libc6-dev \
  9.             make \
  10.             dpkg-dev \
  11.             linux-libc-dev \
  12.             libssl-dev kernel-package \
  13.             libncurses5-dev \
  14.             fakeroot \
  15.             bc xz-utils \
  16.             ca-certificates \
  17.             ncurses-dev \
  18.             libncurses5-dev \
  19.             bison \
  20.             flex \
  21.             libelf-dev -y --fix-missing && \
  22. apt upgrade -y && \
  23. apt autoclean && \
  24. apt clean && \
  25. apt autoremove
Add Comment
Please, Sign In to add comment