13 lines
329 B
Bash
13 lines
329 B
Bash
#!/bin/bash
|
|
|
|
rm /etc/bird/net/unet.conf
|
|
curl https://git.nia.ink/brnet/bird_config/raw/branch/master/bird/net/unet.conf > /etc/bird/net/unet.conf
|
|
|
|
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
|
|
|
|
birdc c
|
|
cd
|
|
rm update.sh |