added new requirements for centos 6
This commit is contained in:
parent
019b384e8a
commit
f0b2a419c7
@ -5,20 +5,36 @@
|
|||||||
# check the sample build_local.cfg located inside the itwatch project
|
# check the sample build_local.cfg located inside the itwatch project
|
||||||
##############################
|
##############################
|
||||||
|
|
||||||
# requirements for RHEL/Centos
|
# requirements RHEL/Centos 6
|
||||||
yum install plowshare
|
yum install -y unzip zip unix2dos
|
||||||
yum install ImageMagick
|
yum install -y plowshare cabextract
|
||||||
yum install git
|
yum install -y ImageMagick
|
||||||
|
yum install -y git ruby
|
||||||
|
|
||||||
|
# additional requirements (not available in normale RHEL/Centos 6 repos)
|
||||||
|
set-ini (martINI)
|
||||||
|
yum install python-setuptools
|
||||||
|
# https://pypi.python.org/pypi/martINI for writing ini files
|
||||||
|
wget --no-check-certificate https://pypi.python.org/packages/source/m/martINI/martINI-0.4.tar.gz
|
||||||
|
tar xfvz martINI-0.4.tar.gz
|
||||||
|
cd martINI-0.4
|
||||||
|
python setup.py install
|
||||||
|
|
||||||
# requirements
|
|
||||||
https://pypi.python.org/pypi/martINI for writing ini files
|
|
||||||
aria2c for torrent downloads
|
aria2c for torrent downloads
|
||||||
cabextract
|
wget ftp://ftp.univie.ac.at/systems/linux/dag/redhat/el6/en/x86_64/dag/RPMS/aria2-1.16.4-1.el6.rf.x86_64.rpm
|
||||||
lha
|
wget ftp://ftp.univie.ac.at/systems/linux/dag/redhat/el6/en/x86_64/dag/RPMS/nettle-2.2-1.el6.rf.x86_64.rpm
|
||||||
unzip
|
rpm -i aria2-*.rpm nettle-*.rpm
|
||||||
unrar
|
|
||||||
|
lha ftp://ftp.pbone.net/mirror/ftp5.gwdg.de/pub/opensuse/repositories/home:/sawaa/CentOS_CentOS-6/x86_64/lha-1.14i-2.ac20050924p1.el6.ikoi1.x86_64.rpm
|
||||||
|
|
||||||
|
unrar http://pkgs.repoforge.org/unrar/unrar-4.0.7-1.el6.rf.x86_64.rpm
|
||||||
|
|
||||||
|
7zip check README-7zip.txt
|
||||||
|
|
||||||
|
|
||||||
# Please check the conf/opsi-builder.conf for detailed information
|
# Please check the conf/opsi-builder.conf for detailed information
|
||||||
|
cp conf/opsi-builder.conf $HOME/.opsi-builder.conf
|
||||||
|
emacs -nw $HOME/.opsi-builder.conf
|
||||||
|
|
||||||
# May you will add opsi-builder.sh to your PATH
|
# May you will add opsi-builder.sh to your PATH
|
||||||
export PATH=$HOME/work/devtools/bin:$PATH
|
export PATH=$HOME/work/devtools/bin:$PATH
|
||||||
|
Loading…
Reference in New Issue
Block a user