18 lines
307 B
Bash
18 lines
307 B
Bash
#!/bin/bash
|
|
|
|
cd
|
|
git clone https://git.nia.ink/brnet/bird_config.git
|
|
|
|
rm /etc/bird/template/dn42.conf
|
|
mv ./bird_config/bird/template/dn42.conf /etc/bird/template/
|
|
|
|
rm /etc/bird/function/dn42.conf
|
|
mv ./bird_config/bird/function/dn42.conf /etc/bird/function/
|
|
|
|
|
|
birdc c
|
|
cd
|
|
rm -rf bird_config
|
|
|
|
cd
|
|
rm update.sh |