From da8f3ab8a751892bbe40b98bea250b0c4451f194 Mon Sep 17 00:00:00 2001 From: Soispha Date: Sat, 25 Nov 2023 12:59:16 +0100 Subject: chore(treewide): Update shell library --- bootstrap/03_config_setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap/03_config_setup') diff --git a/bootstrap/03_config_setup b/bootstrap/03_config_setup index 772ca2b0..70db9f3f 100755 --- a/bootstrap/03_config_setup +++ b/bootstrap/03_config_setup @@ -1,7 +1,7 @@ #! /usr/bin/env dash # shellcheck source=/dev/null -SHELL_LIBRARY_VERSION="1.6.4" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="1.7.0" . %SHELL_LIBRARY_PATH # clone packer.nvim to the needed dir, for the nvim install to work git clone --depth 1 https://github.com/wbthomason/packer.nvim /mnt/srv/home/soispha/.local/share/nvim/site/pack/packer/start/packer.nvim -- cgit 1.4.1