Skip to content

Commit

Permalink
fix setup-pointless-repo.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
spz0622 authored Aug 7, 2021
1 parent 4eed290 commit e5a656b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup-pointless-repo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ apt-get --assume-yes install coreutils gnupg
# Make the sources.list.d directory
mkdir -p $PREFIX/etc/apt/sources.list.d
# Write the needed source file
if apt-cache policy | grep -q "termux.*24\|termux.org\|bintray.*24\|k51qzi5uqu5dg9vawh923wejqffxiu9bhqlze5f508msk0h7ylpac27fdgaskx" ; then
if apt-cache policy | grep -q "packages.termux.org\|deb.kcubeterm.me\|termux.mentality.rip\|grimler.se\|termux.librehat.com|mirrors.tuna.tsinghua.edu.cn|mirrors.bfsu.edu.cn|mirrors.ustc.edu.cn" ; then
echo "deb https://its-pointless.github.io/files/24 termux extras" > $PREFIX/etc/apt/sources.list.d/pointless.list
else
echo "deb https://its-pointless.github.io/files/21 termux extras" > $PREFIX/etc/apt/sources.list.d/pointless.list
Expand Down

0 comments on commit e5a656b

Please sign in to comment.