11 lines
249 B
Bash
11 lines
249 B
Bash
#!/bin/bash
|
||
|
||
rm /etc/bird/net/inet.conf
|
||
curl https://git.nia.ink/brnet/bird_config/raw/branch/master/bird/net/inet.conf > /etc/bird/net/inet.conf
|
||
|
||
chmod -R 755 /etc/bird
|
||
|
||
echo "请更新peers/inet的全部配置信息,再birdc c"
|
||
|
||
cd
|
||
rm update.sh |