Last change
on this file since 986 was 327, checked in by Bruno Cornec, 17 years ago |
Improvements in cms2build for SVN but still not finished.
|
-
Property svn:executable
set to
*
|
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.