Skip to content

Instantly share code, notes, and snippets.

@enukane
Created November 19, 2013 08:56
Show Gist options
  • Select an option

  • Save enukane/7542360 to your computer and use it in GitHub Desktop.

Select an option

Save enukane/7542360 to your computer and use it in GitHub Desktop.
#!/bin/sh
#git pull
make -j 5
make modules -j 5
sudo make modules_install -j 5
sudo make install -j 5
sudo update-grub
sudo update-grub2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment