mirror of
https://github.com/ProxyPanel/ProxyPanel.git
synced 2026-04-04 19:49:16 +00:00
改个小错误
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user