logicguy1 / Discord-Nitro-Generator-and-Checker

Generate discord nitro codes and check them
MIT License
617 stars 988 forks source link

Help with installation through termux on Android. #168

Open TruMancow opened 1 year ago

TruMancow commented 1 year ago

Luckily, I have an android. And termux is available to me. However, when I try to install the git package it completely fails. It is unable to locate the package "git". I am assuming I downloaded the wrong version maybe? Options for Termux installation: Termux Termux:Styling Termux:Float Termux:API Termux:Widget Termux:Tasker Termux:Boot

I don't know which one is the unrooted or even how to unroot termux if thats the case and I have to. I've never worked with this application before and would like further help.

$ pkg install git Checking availability of current mirror: ok Reading package lists... Done Building dependency tree... Done E: Unable to locate package git

maozdemir commented 1 year ago

"git" is available in Termux, but you have to update your package list by running apt update command first. then you can run apt install git.