File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -97,32 +97,32 @@ get_deb_path() {
9797for repo in $repos ; do
9898 case $repo in
9999 termux-packages)
100- repo_url=" https://termux.org/packages "
100+ repo_url=" https://packages. termux.org/apt/termux-main "
101101 distribution=" stable"
102102 component=" main"
103103 ;;
104104 termux-root-packages)
105- repo_url=" https://grimler.se/ $repo -24 "
105+ repo_url=" https://packages.termux.org/apt/termux-root "
106106 distribution=" root"
107107 component=" stable"
108108 ;;
109109 science-packages)
110- repo_url=" https://grimler.se/ $repo -24 "
110+ repo_url=" https://packages.termux.org/apt/termux-science "
111111 distribution=" science"
112112 component=" stable"
113113 ;;
114114 game-packages)
115- repo_url=" https://grimler.se/ $repo -24 "
115+ repo_url=" https://packages.termux.org/apt/termux-games "
116116 distribution=" games"
117117 component=" stable"
118118 ;;
119119 unstable-packages)
120- repo_url=" https://termux.com/ $repo -bin "
120+ repo_url=" https://packages. termux.org/apt/termux-unstable "
121121 distribution=" unstable"
122122 component=" main"
123123 ;;
124124 x11-packages)
125- repo_url=" https://termux.com/ $repo -bin "
125+ repo_url=" https://packages. termux.org/apt/termux-x11 "
126126 distribution=" x11"
127127 component=" main"
128128 ;;
You can’t perform that action at this time.
0 commit comments