Closed Zeioth closed 1 year ago
Currently the script only work on bash. This is due to 'termux-setup.sh' using env vars in a bash only way:
wget -q -c -t0 ${URL}/${BRACH}/config.env
instead of the portable way:
wget -q -c -t0 "$URL/$BRACH/config.env"
Also it would be a very good idea to have all files in the same repo, so users can submit PRs.
Currently the script only work on bash. This is due to 'termux-setup.sh' using env vars in a bash only way:
instead of the portable way:
Also it would be a very good idea to have all files in the same repo, so users can submit PRs.