blob: 9dfbee916b6a8c08a6f1ca0d1f7b9dcf571bea7c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
=head1 NAME
bootstrap - install the most essential utilities in $HOME.
=head1 SYNOPSIS
B<./bootstrap>
=head1 DESCRIPTION
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
=head1 AUTHOR
Daniel Friesel <derf@derf.homelinux.org>
|