Atualizar router.sh

This commit is contained in:
2025-10-14 01:01:12 +00:00
parent 8855eb4679
commit eee7b5aadd

View File

@@ -1,3 +1,8 @@
#!/bin/bash
echo "Router, PISRC ok!"
#!/bin/bash
wget https://git.tmferreira.tec.br/tiago.ferreira/PISRC/raw/branch/main/sysctl.conf -O /etc/sysctl.conf --no-check-certificate --no-cache
#
wget https://git.tmferreira.tec.br/tiago.ferreira/PISRC/raw/branch/main/interfaces -O /etc/network/interfaces --no-check-certificate --no-cache
wget https://git.tmferreira.tec.br/tiago.ferreira/PISRC/raw/branch/main/nftables.conf -O /etc/nftables.conf --no-check-certificate --no-cache
reboot