This commit is contained in:
YAWAsau
2021-11-22 13:08:00 +08:00
parent 36444ab83c
commit 1bc3c06350
19 changed files with 3263 additions and 80 deletions

3
tools/bin/curl Normal file
View File

@@ -0,0 +1,3 @@
export LD_LIBRARY_PATH=${0%/*}
export CURL_CA_BUNDLE=${0%/*}/cacert.pem
exec ${0%/*}/curl.elf "$@"