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