I hereby claim:
- I am reedwade on github.
- I am kittensnz (https://keybase.io/kittensnz) on keybase.
- I have a public key ASBj0_cYN2Vwba_0ZttyhNaP43t4cuOaXcNNKJty2HPPsgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| #Make sure we’re running with root permissions. | |
| if [ `whoami` != root ]; then | |
| echo Please run this script using sudo | |
| echo Just type “sudo !!” | |
| exit | |
| fi | |
| #Check for 64-bit arch | |
| if [ `uname -m` != x86_64]; then |