Skip to content

Commit

Permalink
#1833 move to master
Browse files Browse the repository at this point in the history
  • Loading branch information
qdraw committed Nov 18, 2024
1 parent 1c0f23c commit f3412aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion starsky-tools/build-tools/download-mirror.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/bash

GH_SCRIPT_DIR="https://raw.githubusercontent.com/qdraw/starsky/refs/heads/feature/202411_ffmpeg/starsky-tools/build-tools/"
# feature: https://raw.githubusercontent.com/qdraw/starsky/refs/heads/feature/202411_ffmpeg/starsky-tools/build-tools/
GH_SCRIPT_DIR="https://raw.githubusercontent.com/qdraw/starsky/refs/heads/master/starsky-tools/build-tools/"

LAST_CHAR_GH_SCRIPT_DIR=${GH_SCRIPT_DIR:length-1:1}
[[ $LAST_CHAR_GH_SCRIPT_DIR != "/" ]] && GH_SCRIPT_DIR="$GH_SCRIPT_DIR/"; :
Expand Down

0 comments on commit f3412aa

Please sign in to comment.