🔖 Moving to bugfix-2.1.x

This commit is contained in:
Scott Lahteine
2022-06-03 23:50:20 -05:00
parent 8aca38351c
commit d08223429b
18 changed files with 38 additions and 38 deletions

View File

@@ -2,7 +2,7 @@
IFS=: read -r PART1 PART2 <<< "$@"
[ -n "${PART2}" ] && { REPO="$PART1" ; RDIR="${PART2// /%20}" ; } \
|| { REPO=bugfix-2.0.x ; RDIR="${PART1// /%20}" ; }
|| { REPO=bugfix-2.1.x ; RDIR="${PART1// /%20}" ; }
EXAMPLES="https://raw.githubusercontent.com/MarlinFirmware/Configurations/$REPO/config/examples"
which curl >/dev/null && TOOL='curl -L -s -S -f -o wgot'