Created
March 20, 2018 01:57
-
-
Save n1ywb/50af54c041b80dab2a3a157dbd2626e6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
wget http://mything.com/mything.tgz | |
tar xzf mything.tgz | |
cd mything | |
make all; make test; sudo make install | |
echo -e '#!/usr/bin/env bash\ninsmod mything.so' > /etc/rc.local |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment