.git broken, restart

This commit is contained in:
dangerboot
2026-01-23 08:55:18 +01:00
commit d1be8ebdca
206 changed files with 8431 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
#!/usr/bin/bash
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
if [[ $EUID -ne 0 ]]; then
echo "This script must be run as root"
exit 1
fi
./config_install.sh
#apt instll -y ulogd
NETWORKDIR="$MACHINE_DIR/networking"
#systemctl enable ulogd
#systemctl start ulogd
#bash $NETWORKDIR/iptables_script.sh -f $NETWORKDIR/ip_to_ban.txt -r
bash apt_install.sh