Skip to content

Instantly share code, notes, and snippets.

@p0we7
Created March 23, 2021 06:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save p0we7/73db67d985b74ce1b8f762afea926ec2 to your computer and use it in GitHub Desktop.
Save p0we7/73db67d985b74ce1b8f762afea926ec2 to your computer and use it in GitHub Desktop.
Reptile CentOS Environmental Installation
yum install git kernel-devel ncurses-devel
yum groupinstall 'Development Tools'
rm -f /lib/modules/3.10.0-1127.18.2.el7.x86_64/build
ln -s /usr/src/kernels/3.10.0-1160.15.2.el7.x86_64/ /lib/modules/3.10.0-1127.18.2.el7.x86_64/build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment