17 lines
385 B
Bash
17 lines
385 B
Bash
#!/bin/bash
|
|
|
|
cd
|
|
git clone https://git.nia.ink/brnet/bird_config.git
|
|
mv bird_config/bird/conf/inet_func.conf /etc/bird/conf/
|
|
mv bird_config/bird/conf/inet_ixp.conf /etc/bird/conf/
|
|
mv bird_config/bird/template/inet_ixp.conf /etc/bird/template
|
|
mv bird_config/bird/function/unet.conf /etc/bird/function
|
|
|
|
chmod -R 755 /etc/bird
|
|
|
|
echo "老规矩哈"
|
|
cd
|
|
rm -rf bird_config
|
|
|
|
cd
|
|
rm update.sh |