all files written as modified, but git diff is empty
This commit is contained in:
+12
-2
@@ -12,15 +12,25 @@ fi
|
||||
MACHINE_DIR=${1:-"svr"}
|
||||
|
||||
bash tree_cpy.sh $MACHINE_DIR/usr
|
||||
# append sources
|
||||
bash config.sh
|
||||
source /home/.bashrc
|
||||
bash config.sh
|
||||
source /home/.bashrc
|
||||
#bash python.sh
|
||||
#source /home/.bashrc
|
||||
|
||||
bash chmod.sh
|
||||
# append sources
|
||||
|
||||
bash pacman.sh
|
||||
source /home/.bashrc
|
||||
|
||||
bash network.sh
|
||||
#systemctl enable --now NetworkManager #enable dongle
|
||||
|
||||
#pacman --noconfirm -Syu ulogd
|
||||
#NETWORKDIR="$MACHINE_DIR/networking"
|
||||
##TOR_LIST=$NETWORKDIR/tor_list.txt
|
||||
##curl https://www.dan.me.uk/torlist/?full= > $TOR_LIST
|
||||
#systemctl enable ulogd
|
||||
#systemctl start ulogd
|
||||
#bash $NETWORKDIR/iptables_script.sh -f $NETWORKDIR/ip_to_ban.txt -r
|
||||
|
||||
Reference in New Issue
Block a user