sabamdarif / gnome-in-termux

Install Gnome Desktop Environment In Termux using Proot-Distro
72 stars 7 forks source link

[proposal] Add the ability to change repository sources #11

Closed hsragi closed 1 month ago

hsragi commented 1 month ago

In some places, the download speed is particularly slow when installing, and it is recommended to provide an option for the user to change the repository sources before installing the software

sabamdarif commented 1 month ago

where you get this issue ?

hsragi commented 1 month ago

China,the default source for many Linux distributions is particularly slow to download in China. There's a repository in China: https://mirrors.tuna.tsinghua.edu.cn/

sabamdarif commented 1 month ago

why don't you use vpn

hsragi commented 1 month ago

because it is ILLEGAL to use a VPN in China,and if i use vpn the installing process will be failed.

sabamdarif commented 1 month ago

i will try to add it in future , for now you can do one thing

run the setup.sh then chose your linux distro then (e.g:- debian/arch) then when it says updating debian click CTRL + c and cancel the installation , then login into your linux distro ( pd sh debian ) , then open my repo download the installer script using wget For debian/ubuntu/kali :- wget -O $HOME/gnome-installer.sh https://github.com/sabamdarif/gnome-in-termux/blob/main/install-gnome-desktop

For other:- wget -O $HOME/gnome-installer.sh https://raw.githubusercontent.com/sabamdarif/gnome-in-termux/main/install-THE_DISTRO_NAME-gnome-desktop

Change the mirror which work best for you

bash $HOME/gnome-installer.sh