auto-update: Disable repology update method

temporarily.

Reference: https://github.com/termux/termux-packages/issues/14544
This commit is contained in:
Tee KOBAYASHI 2023-01-15 10:56:18 +09:00
parent 800c8c9019
commit 98f2ec2c32
1 changed files with 4 additions and 0 deletions

View File

@ -32,6 +32,10 @@ configured to use ${TERMUX_PKG_UPDATE_METHOD}'s method."
fi
;;
repology)
# https://github.com/termux/termux-packages/issues/14544
echo "WARNING: repology update method is currently disabled due to network error."
return 0
#
termux_repology_auto_update
;;
*)