diff options
Diffstat (limited to 'bootstrap/02_setup')
-rwxr-xr-x | bootstrap/02_setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/02_setup b/bootstrap/02_setup index 9035bb7a..671dd697 100755 --- a/bootstrap/02_setup +++ b/bootstrap/02_setup @@ -1,7 +1,7 @@ #! /usr/bin/env dash # shellcheck source=/dev/null -SHELL_LIBRARY_VERSION="1.10.2" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="2.0.9" . %SHELL_LIBRARY_PATH . %SCRIPT_ENSURE_CONFIG_VARIABLES |