File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 13
13
2 . Install and configure Bucardo there:
14
14
15
15
``` sh
16
- sh tools/bucardo .sh
16
+ sh install .sh
17
17
```
18
18
19
19
3. Export two environment variables there:
Original file line number Diff line number Diff line change @@ -12,14 +12,14 @@ sudo apt-get -y install "libdbd-pg-perl" "libdbix-safe-perl" "libpod-parser-perl
12
12
13
13
if ! which " bucardo"
14
14
then
15
- if [ ! -f " $TMP /Bucardo -$BUCARDO_VERSION .tar.gz" ]
16
- then curl -L -o " $TMP /Bucardo -$BUCARDO_VERSION .tar.gz" -s " https://bucardo.org/downloads/Bucardo- $BUCARDO_VERSION .tar.gz"
15
+ if [ ! -f " $TMP /bucardo -$BUCARDO_VERSION .tar.gz" ]
16
+ then curl -L -o " $TMP /bucardo -$BUCARDO_VERSION .tar.gz" " https://github.com/bucardo/bucardo/archive/ $BUCARDO_VERSION .tar.gz"
17
17
fi
18
- if [ ! -d " $TMP /Bucardo -$BUCARDO_VERSION " ]
19
- then tar -C " $TMP " -f " $TMP /Bucardo -$BUCARDO_VERSION .tar.gz" -x
18
+ if [ ! -d " $TMP /bucardo -$BUCARDO_VERSION " ]
19
+ then tar -C " $TMP " -f " $TMP /bucardo -$BUCARDO_VERSION .tar.gz" -x
20
20
fi
21
21
(
22
- cd " $TMP /Bucardo -$BUCARDO_VERSION "
22
+ cd " $TMP /bucardo -$BUCARDO_VERSION "
23
23
perl " Makefile.PL"
24
24
make
25
25
sudo make install
You can’t perform that action at this time.
0 commit comments