Skip to content

Commit 57219fb

Browse files
committed
Update: Use latest fasbashlib
1 parent 87e1624 commit 57219fb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/lib/loader.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ LoadShellFiles "${Libraries[@]}"
5252

5353
# Load FasBashLib
5454
# shellcheck source=/dev/null
55-
source /dev/stdin < <(curl -sL "https://github.com/Hayao0819/FasBashLib/releases/download/v0.2.4/fasbashlib.sh")
55+
#source /dev/stdin < <(curl -sL "https://github.com/Hayao0819/FasBashLib/releases/download/v0.2.4/fasbashlib.sh")
56+
source /dev/stdin < <(curl -sL "#https://raw.githubusercontent.com/Hayao0819/FasBashLib/build-0.2.x/fasbashlib.sh")
5657

5758
# Show bash version
5859
CheckBashVersion

0 commit comments

Comments
 (0)