Last active
August 29, 2015 14:02
-
-
Save vencax/aa80e5b397f881e6a681 to your computer and use it in GitHub Desktop.
bstrap_shoolit
This file contains hidden or 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
| sudo aptitude install git openssh-server -y | |
| INST=inst | |
| git clone https://github.com/vencax/vxk-ubuntu-postinst $INST | |
| cd $INST | |
| mv vars.pref vars | |
| #modify vars | |
| nano vars | |
| source ./vars | |
| cd networking | |
| sh -x ./init.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment