Skip to content

Run Gitea

Der_Googler edited this page Jan 3, 2023 · 1 revision

Install latest version of this module and Termux with Git!

pkg install git

First login as root user (su)

Gitea won't run as root user, so we need another user like shell

Run these commands

$ su shell
$ source $MKLIB/util/sudo.sh
$ source $MKLIB/util/setperm.sh
$ sudo cp /data/data/com.termux/files/usr/libexec/git-core/git /data/chuser/shell/usr/bin/git
$ setperm:insecure $PREFIX/bin/git $USERID $USERID 0755
$ 
$ 

Clone this wiki locally