- Install WSL2 by following the documentation.
- Install Linux distro (default: Ubuntu) :
wsl --install
Once logged into Linux distro, paste the code :
sudo apt update -y && sudo apt install -y curl && curl -sL https://raw.githubusercontent.com/GiGiDKR/OhMyTermuxWSL/refs/heads/1.0.4/install.sh -o install.sh && chmod +x install.sh && ./install.sh
To start the Termux Docker image, type simply termux
in the terminal.
- Version 1.0.0 : Initial release
- Version 1.0.1 : Add persistent volume. Overall code improvement.
- Version 1.0.2 : Add function to backup / restore Termux configuration
termux-backup
/termux-restore
- Version 1.0.3 : Name backup by timestamp and number selection of backup to restore
- Version 1.0.4 : Fixed a conflict with the Windows Docker service. Improved code readability. Added function to check and manage backups
termux-check
French version
- Installer WSL2 en suivant la documentation.
- Installer une distribution Linux (par défaut : Ubuntu) :
wsl --install
Une fois connecté à votre session Linux, coller le code suivant :
sudo apt update -y && sudo apt install -y curl && curl -sL https://raw.githubusercontent.com/GiGiDKR/OhMyTermuxWSL/refs/heads/1.0.4/install.fr.sh -o install.fr.sh && chmod +x install.fr.sh && ./install.fr.sh
Pour lancer l'image Docker Termux, tapez simplement termux
dans le terminal.
- Version 1.0.0 : Version initiale
- Version 1.0.1 : Ajout du volume persistant. Amélioration générale du code.
- Version 1.0.2 : Sauvegarde / restauration de la configuration Termux
termux-backup
/termux-restore
- Version 1.0.3 : Horodatage du nom de la sauvegarde. Séléction numérique de la sauvegarde à restaurer
- Version 1.0.4 : Correction d'un conflit avec le service Docker Windows. Amélioration de la lisibilité du code. Ajout d'une fonction pour vérifier et gérer les sauvegardes
termux-check