scripts pour mysql

This commit is contained in:
2025-03-22 11:52:23 +01:00
parent 4ee5bcc04f
commit 9b29b85fb2
5 changed files with 323 additions and 0 deletions

View File

@@ -9,6 +9,11 @@ check_root() {
fi
}
generate_token() {
tr -dc 'A-Za-z0-9@#%+=_-' < /dev/urandom | head -c "${1:-32}"
echo
}
update_system() {
echo "=== Mise à jour du système ==="