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

71 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.4/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.
  • 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

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.4/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.
  • 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

About

A Docker installation script in WSL2 that runs Termux

Resources

License

Stars

Watchers

Forks

Sponsor this project

Languages