Skip to content

Commit

Permalink
feat: get folder id use tty mode
Browse files Browse the repository at this point in the history
  • Loading branch information
DDSRem committed Dec 6, 2024
1 parent c124f3f commit 6000010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion all_in_one.sh
Original file line number Diff line number Diff line change
Expand Up @@ -982,7 +982,7 @@ function get_aliyunpan_folder_id() {
"x86_64" | *"amd64"* | "aarch64" | *"arm64"* | *"armv8"* | *"arm/v8"*)
INFO "阿里云盘 folder id 自动获取"
pull_glue_python_ddsrem
docker run -i --rm \
docker run -it --rm \
-v "${1}:/data" \
-e LANG=C.UTF-8 \
ddsderek/xiaoya-glue:python \
Expand Down

0 comments on commit 6000010

Please sign in to comment.