Subversion Repositories ALCASAR

Rev

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

Rev 2416 Rev 2417
Line 1... Line 1...
1
#!/bin/bash
1
#!/bin/bash
2
# $Id: alcasar-urpmi.sh 2416 2017-09-17 21:01:15Z richard $
2
# $Id: alcasar-urpmi.sh 2417 2017-09-17 21:11:50Z 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 226... Line 226...
226
[ -e /tmp/chilli.conf ] && mv /tmp/chilli.conf /etc/
226
[ -e /tmp/chilli.conf ] && mv /tmp/chilli.conf /etc/
227
# Clean the RPM cache
227
# Clean the RPM cache
228
urpmi --clean
228
urpmi --clean
229
# the ipt-netflow RPM add the kernel module ipt_NETFLOW (the modules dependance tree need to be updated)
229
# the ipt-netflow RPM add the kernel module ipt_NETFLOW (the modules dependance tree need to be updated)
230
/sbin/depmod -a
230
/sbin/depmod -a
231
 
231
exit 0