Remove the chmod as to not alter the project and prevent futuire pulls.

This commit is contained in:
2026-05-06 10:15:38 -07:00
parent f2c658a4f1
commit 1c32aa3658

View File

@@ -135,7 +135,6 @@ function test-termux {
git clone https://git.hyperling.com/me/env-termux \
--branch=$BRANCH "$project"
fi
chmod 755 "$project"/*.sh
"$project"/setup.sh "$@"
}
alias reload-termux="test-termux "