chore(scripts/update-packages): revert fix for #14544 to re-enable repology updates

This commit is contained in:
Twaik Yont 2023-09-27 08:58:38 +03:00
parent 2d5abbd533
commit 2ce2b02a25
1 changed files with 0 additions and 4 deletions

View File

@ -32,10 +32,6 @@ 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
;;
*)