source:
ProjectBuilder/devel/pb/contrib/newpb
| Last change on this file was 327, checked in by , 18 years ago | |
|---|---|
|
|
| File size: 454 bytes | |
| Rev | Line | |
|---|---|---|
| [281] | 1 | #!/usr/bin/perl -w |
| 2 | ||
| 3 | # Script to be used as pbscript to install latest pb version | |
| 4 | # missing pb account on the QEMU VM, and adds it to sudo | |
| 5 | ||
| 6 | use strict; | |
| 7 | ||
| [327] | 8 | system "ntpdate ntp.home.musique-ancienne.org ; rm -rf project-builder-* ; wget --passive-ftp ftp://ftp.mondorescue.org/src/project-builder-latest.tar.gz ; tar xvfz project-builder-latest.tar.gz ; cd project-builder-* ; perl Makefile.PL ; make ; sudo make install ; cd .. ; sudo halt -p ; sleep 120"; |
| [281] | 9 |
Note:
See TracBrowser
for help on using the repository browser.
