- 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.1/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.
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.1/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.