Add more test code to troubleshoot skipping updates.

This commit is contained in:
2026-03-28 14:46:50 -07:00
parent b7d189af66
commit 6356497cb6

View File

@@ -134,6 +134,7 @@ function test-termux {
git clone https://git.hyperling.com/me/env-termux \ git clone https://git.hyperling.com/me/env-termux \
--branch=dev ~/termux-deleteme --branch=dev ~/termux-deleteme
chmod 755 ~/termux-deleteme/*.sh chmod 755 ~/termux-deleteme/*.sh
echo "@='$@'"
~/termux-deleteme/setup.sh "$@" ~/termux-deleteme/setup.sh "$@"
} }
alias reload-termux="test-termux " alias reload-termux="test-termux "