all files written as modified, but git diff is empty

This commit is contained in:
painpain@minty
2026-02-02 17:41:02 +01:00
parent 9f732f3333
commit dc374ab7b4
9 changed files with 34 additions and 148 deletions
-4
View File
@@ -31,10 +31,6 @@ apt install -y pip
apt install -y curl
apt install -y tree
apt install -y ffmpeg
apt install -y ffmpeg
apt install -y nft
apt install -y openvpn
#apt install -y vlc
#apt install -y terminator
#apt install -y gimp
+12 -2
View File
@@ -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
-1
View File
@@ -4,7 +4,6 @@ USR_DIR=${1:-"no_dir"}
[[ $USR_DIR == "no_dir" ]] && \
echo "usage $0 usr_dir" && \
exit 1
USR_DIR=$(realpath $USR_DIR)
#uses ssymbolic link otherwise crossdevice troubles