-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
$ 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
$
$