10 lines
210 B
Bash
10 lines
210 B
Bash
#!/bin/bash
|
|
|
|
rm /etc/bird/function/unet.conf
|
|
curl https://git.nia.ink/brnet/bird_config/raw/branch/master/bird/function/unet.conf > /etc/bird/function/unet.conf
|
|
|
|
chmod -R 755 /etc/bird
|
|
|
|
birdc c
|
|
cd
|
|
rm update.sh |