Files
journal_froid 1d4435089f rebasing .git
2026-01-23 09:59:19 +01:00

25 lines
337 B
Bash
Executable File

#!/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
MACHINE_DIR=/svr
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