Skip to content

Instantly share code, notes, and snippets.

View Injechta's full-sized avatar
🎯
Always ready to help :)

Gregory ELBAJOURY Injechta

🎯
Always ready to help :)
  • GEDEVIT
  • France
View GitHub Profile
@Injechta
Injechta / install_opentofu.sh
Last active April 22, 2026 18:44
Configuration OpenTofu pour la migration depuis Terraform - Tutoriel Nexus DevOps
#!/bin/bash
# ==============================================================================
# Script : install_opentofu.sh (Ultimate Badass Edition)
# ==============================================================================
set -e
# Couleurs pour le style
GREEN='\033[0;32m'