Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Latest commit

 

History

History
29 lines (23 loc) · 1.4 KB

File metadata and controls

29 lines (23 loc) · 1.4 KB

setup-termux-tur-code-server

Post install script for installing Termux User Repository (TUR), code-server (and/or AcodexX server) and some developer stuff.

Steps

Prerequisites

Install Termux at first.

Install Termux User Repository with code-server

Install TUR with code-server and Termux Widget shortcuts.

curl -Lf https://raw.githubusercontent.com/brian200508/setup-termux-tur-code-server/main/install-acodex-server.sh -o ~/install-acodex-server.sh && chmod +x ~/install-acodex-server.sh && ~/install-acodex-server.sh && rm -f ~/install-code-server.sh

Install Termux User Repository with AcodeX server

Install TUR with code-server and Termux Widget shortcuts.

curl -Lf https://raw.githubusercontent.com/brian200508/setup-termux-tur-code-server/main/install-acodex-server.sh -o ~/install-acodex-server.sh && chmod +x install-acodex-server.sh && ~/install-acodex-server.sh && rm -f ~/install-acodex-server.sh

Projects referred