Files
ProxyPanel/scripts/vnstat.sh
兔姬桑 a0922521cf 初始化
2020-08-05 03:19:28 +08:00

11 lines
333 B
Bash

#!/bin/bash
yum install -y wget sqlite-devel gcc
wget https://github.com/vergoh/vnstat/releases/download/v2.1/vnstat-2.1.tar.gz
tar zxvf vnstat-2.1.tar.gz
cd vnstat-2.1
./configure --prefix=/usr --sysconfdir=/etc && make
make install
cp -v examples/init.d/redhat/vnstat /etc/init.d/
chkconfig vnstat on
service vnstat start
vnstat -l