source: client/boot-tools/clientstructure/root/CompileSoftware.sh @ 7361cbc

918-git-images-111dconfigfileconfigure-oglivegit-imageslgromero-new-oglivemainmaint-cronmount-efivarfsmultivmmultivm-ogboot-installerogClonningEngineogboot-installer-jenkinsoglive-ipv6test-python-scriptsticket-301ticket-50ticket-50-oldticket-577ticket-585ticket-611ticket-612ticket-693ticket-700ubu24tplunification2use-local-agent-oglivevarios-instalacionwebconsole3
Last change on this file since 7361cbc was b1ccf9b, checked in by adv <adv@…>, 14 years ago

version1.0 renombrando ogclient boot-tools

git-svn-id: https://opengnsys.es/svn/branches/version1.0@1764 a21b9725-9963-47de-94b9-378ad31fedc9

  • Property mode set to 100755
File size: 863 bytes
Line 
1#!/bin/bash
2################################################################
3##################### SOFTWARE #####################
4################################################################
5export LANGUAGE=C
6export LC_ALL=C
7export LANG=C
8
9#dpkg-divert --local --rename --add /sbin/initctl
10#ln -s /bin/true /sbin/initctl
11
12apt-get -y update
13# software to compile code
14apt-get -y --force-yes install build-essential libattr* attr make m4 gettext libmhash-dev gdebi-core gawk
15
16source /opt/opengnsys/lib/engine/bin/ToolsGNU.c
17
18ctorrent install
19udpcast install
20#ntfs-3g install
21ms-sys install
22
23wget -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
24gdebi -n partclone_0.2.16_i386.deb
25
26        cd /tmp
27        wget http://damien.guibouret.free.fr/savepart.zip
28        unzip savepart.zip -d /sbin/
29
30
Note: See TracBrowser for help on using the repository browser.