rebasing .git
This commit is contained in:
+12
-8
@@ -4,17 +4,21 @@ 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
|
||||
MACHINE_DIR=/svr
|
||||
|
||||
bash apt_install.sh
|
||||
bash tree_cpy.sh $MACHINE_DIR/usr
|
||||
bash config.sh
|
||||
source /home/.bashrc
|
||||
bash python.sh
|
||||
source /home/.bashrc
|
||||
|
||||
bash chmod.sh
|
||||
|
||||
bash apt.sh
|
||||
|
||||
bash network.sh
|
||||
|
||||
Reference in New Issue
Block a user