Remove the 0.4.2 note
also begin to integrate systems without wget
This commit is contained in:
parent
3ba0900930
commit
e64e2655de
1 changed files with 7 additions and 2 deletions
|
@ -87,9 +87,14 @@ For those who do not want to read the whole long document:
|
|||
|
||||
--------------------------------------------------------------------------------
|
||||
# get latest ccollect tarball from http://unix.schottelius.org/ccollect/
|
||||
# replace 0.4.2 with the current version
|
||||
# replace 0.5 with the current version
|
||||
export CCV=0.5
|
||||
wget http://unix.schottelius.org/ccollect/ccollect-${CCV}.tar.bz2
|
||||
|
||||
#
|
||||
# replace 'wget' with fetch on bsd
|
||||
#
|
||||
holen=wget
|
||||
"$holen" http://unix.schottelius.org/ccollect/ccollect-${CCV}.tar.bz2
|
||||
|
||||
# extract the tarball, change to the newly created directory
|
||||
tar -xvjf ccollect-${CCV}.tar.bz2
|
||||
|
|
Loading…
Reference in a new issue