diff options
author | adv <adv@uma.es> | 2011-07-06 19:06:37 +0000 |
---|---|---|
committer | adv <adv@uma.es> | 2011-07-06 19:06:37 +0000 |
commit | b74df52dd582db22653dcf1961a7ade8c329581b (patch) | |
tree | 90aef33a428156a9c77b3afeb5712af5e55c4a5d /client/boot-tools/clientstructure/root/CompileSoftware.sh | |
parent | 5454b9df1af677d1f9fd5994c7735ecfa0767c01 (diff) |
version 1.0.2 boot-tools: generador #404
git-svn-id: https://opengnsys.es/svn/branches/version1.0@2129 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'client/boot-tools/clientstructure/root/CompileSoftware.sh')
-rwxr-xr-x | client/boot-tools/clientstructure/root/CompileSoftware.sh | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/client/boot-tools/clientstructure/root/CompileSoftware.sh b/client/boot-tools/clientstructure/root/CompileSoftware.sh index 1a9b854a..40d9e8ad 100755 --- a/client/boot-tools/clientstructure/root/CompileSoftware.sh +++ b/client/boot-tools/clientstructure/root/CompileSoftware.sh @@ -15,16 +15,24 @@ apt-get -y --force-yes install build-essential libattr* attr make m4 gettext lib source /opt/opengnsys/lib/engine/bin/ToolsGNU.c +#TODO: comprobar si esta instalado. ctorrent install + +#TODO: comprobar si esta instalado. udpcast install + #ntfs-3g install + +#TODO: comprobar si esta instalado. ms-sys install +#TODO: comprobar si esta instalado. wget -O partclone_0.2.16_i386.deb http://downloads.sourceforge.net/project/partclone/stable/0.2.16/partclone_0.2.16_i386.deb?use_mirror=ovh gdebi -n partclone_0.2.16_i386.deb - cd /tmp - wget http://damien.guibouret.free.fr/savepart.zip - unzip savepart.zip -d /sbin/ +#TODO: comprobar si esta instalado. +cd /tmp +wget http://damien.guibouret.free.fr/savepart.zip +unzip savepart.zip -d /sbin/ |