Subversion Repositories ALCASAR

Rev

Rev 1805 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 1805 Rev 1817
Line 1... Line 1...
1
#!/bin/bash
1
#!/bin/bash
2
# $Id: alcasar-urpmi.sh 1805 2016-03-10 11:53:23Z clement.siccardi $
2
# $Id: alcasar-urpmi.sh 1817 2016-04-06 21:58:58Z richard $
3
 
3
 
4
# alcasar-urpmi.sh
4
# alcasar-urpmi.sh
5
# by 3abtux and Rexy
5
# by 3abtux and Rexy
6
# This script is distributed under the Gnu General Public License (GPL)
6
# This script is distributed under the Gnu General Public License (GPL)
7
 
7
 
Line 229... Line 229...
229
urpmi --no-verify --auto conf/rpms/$ARCH/*.rpm
229
urpmi --no-verify --auto conf/rpms/$ARCH/*.rpm
230
# restore chilli launch script
230
# restore chilli launch script
231
[ -e /tmp/chilli.conf ] && mv /tmp/chilli.conf /etc/
231
[ -e /tmp/chilli.conf ] && mv /tmp/chilli.conf /etc/
232
# Clean the RPM cache
232
# Clean the RPM cache
233
urpmi --clean
233
urpmi --clean
-
 
234
# the ipt-netflow RPM add the kernel module ipt_NETFLOW (the modules dependance tree need to be updated)
-
 
235
/sbin/depmod -a
234
exit 0
236
exit 0