diff --git a/scripts/updates/termux_pkg_auto_update.sh b/scripts/updates/termux_pkg_auto_update.sh index 92dd94f468..835da85871 100644 --- a/scripts/updates/termux_pkg_auto_update.sh +++ b/scripts/updates/termux_pkg_auto_update.sh @@ -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 ;; *)