We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87e1624 commit 57219fbCopy full SHA for 57219fb
scripts/lib/loader.sh
@@ -52,7 +52,8 @@ LoadShellFiles "${Libraries[@]}"
52
53
# Load FasBashLib
54
# shellcheck source=/dev/null
55
-source /dev/stdin < <(curl -sL "https://github.com/Hayao0819/FasBashLib/releases/download/v0.2.4/fasbashlib.sh")
+#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")
57
58
# Show bash version
59
CheckBashVersion
0 commit comments