Skip to content

A Docker installation script in WSL2 that runs Termux

License

Notifications You must be signed in to change notification settings

GiGiDKR/OhMyTermuxWSL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OhMyTermuxWSL

Logo of OhMyTermuxWSL

Termux runing in WSL

Prerequisites

  • Install WSL2 by following the documentation.
  • Install Linux distro (default: Ubuntu) :
wsl --install

Installation

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

Usage

To start the Termux Docker image, type simply termux in the terminal.

Version history

  • Version 1.0.0 : Initial release
  • Version 1.0.1 : Add persistent volume. Overall code improvement.

French version

Termux exécuté dans WSL

Pré-requis

  • Installer WSL2 en suivant la documentation.
  • Installer une distribution Linux (par défaut : Ubuntu) :
wsl --install

Installation

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

Utilisation

Pour lancer l'image Docker Termux, tapez simplement termux dans le terminal.

Historique des versions

  • Version 1.0.0 : Version initiale
  • Version 1.0.1 : Ajout du volume persistant. Amélioration générale du code.

About

A Docker installation script in WSL2 that runs Termux

Resources

License

Stars

Watchers

Forks

Languages