diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-05-23 19:25:56 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-05-23 19:25:56 +0200 |
commit | 64f470fec4494b4885f87fad99fc2fea7ebf4ea0 (patch) | |
tree | f86ca68bb3f34ae79301dacf2a69267d1e37a8da /bin/bootstrap | |
parent | 47692c0860e74bec27c2beb9b3c8b72d706e9164 (diff) |
bin/bootstrap:
Diffstat (limited to 'bin/bootstrap')
-rwxr-xr-x | bin/bootstrap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/bootstrap b/bin/bootstrap index 860a79f..c5ff80c 100755 --- a/bin/bootstrap +++ b/bin/bootstrap @@ -16,7 +16,7 @@ mkdir -p ~/var/tmp/incoming # Fetch the core package, containing checklinks and pkg cd ~/packages echo "fetching core" -hg clone https://derf.homelinux.org/~derf/hg.cgi/packages/core +hg clone ssh://derf.homelinux.org/packages/core # Create symlinks for pkg and checklinks cd core |