From 1c32aa3658c61af943b7aedd0c554bfc10efed00 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Wed, 6 May 2026 10:15:38 -0700 Subject: [PATCH] Remove the chmod as to not alter the project and prevent futuire pulls. --- bashrc.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/bashrc.sh b/bashrc.sh index 26cc58b..38351b5 100755 --- a/bashrc.sh +++ b/bashrc.sh @@ -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 "