15 lines
203 B
Bash
15 lines
203 B
Bash
#!/bin/bash
|
|
|
|
cd
|
|
git clone https://git.nia.ink/brnet/bird_config.git
|
|
|
|
mv ./bird_config/bird/net/inet.conf /etc/bird/net/inet.conf
|
|
|
|
chmod -R 755 /etc/bird
|
|
|
|
birdc c
|
|
cd
|
|
rm -rf bird_config
|
|
|
|
cd
|
|
rm update.sh |