blob: 9eb306ab49d77639585053e5b34a693b5af0be24 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
bootstrap - install the most essential utilities in $HOME.
Usage: ./bootstrap
bootstrap will, in this order, do the following:
* create a basic directory structure
* Check whether python is installed on the machine
* Check whether mercurial is install on the machine
If not, receives a pre-build one via ssh/tar
* Clone and then install the core repository
|