all files written as modified, but git diff is empty
This commit is contained in:
@@ -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
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user