mirror of
https://github.com/ProxyPanel/ProxyPanel.git
synced 2026-04-11 23:19:05 +00:00
11 lines
333 B
Bash
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 |