about summary refs log tree commit diff stats
path: root/bootstrap
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-05-29 15:38:03 +0200
committerSoispha <soispha@vhack.eu>2023-05-29 16:00:49 +0200
commit39229a19463310de345315791661d2dec8f3bdf0 (patch)
tree05405fd3fda2e29dcf7826b6fdd4442f719f55ea /bootstrap
parentchore(version): v1.7.0 (diff)
downloadnixos-config-39229a19463310de345315791661d2dec8f3bdf0.tar.gz
nixos-config-39229a19463310de345315791661d2dec8f3bdf0.zip
Fix(treewide): Update the shell library version
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap/activate/activate.sh2
-rwxr-xr-xbootstrap/config_setup/config_setup.sh2
-rwxr-xr-xbootstrap/install/install.sh2
-rwxr-xr-xbootstrap/setup/setup.sh2
4 files changed, 4 insertions, 4 deletions
diff --git a/bootstrap/activate/activate.sh b/bootstrap/activate/activate.sh
index 5dc13ea5..0c3589c5 100755
--- a/bootstrap/activate/activate.sh
+++ b/bootstrap/activate/activate.sh
@@ -1,7 +1,7 @@
 #! /usr/bin/env dash
 
 # shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="1.1.3" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.1.4" . %SHELL_LIBRARY_PATH
 
 mne() {
     mount --mkdir --options compress-force=zstd:15,subvol="$1" "$DISK_ROOT" "$2" || dien "Mounting of $1";
diff --git a/bootstrap/config_setup/config_setup.sh b/bootstrap/config_setup/config_setup.sh
index 15b41a8d..577cb8eb 100755
--- a/bootstrap/config_setup/config_setup.sh
+++ b/bootstrap/config_setup/config_setup.sh
@@ -1,7 +1,7 @@
 #! /usr/bin/env dash
 
 # shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="1.1.3" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.1.4" . %SHELL_LIBRARY_PATH
 
 
 # clone packer.nvim to the needed dir, for the nvim install to work
diff --git a/bootstrap/install/install.sh b/bootstrap/install/install.sh
index 5e8c4eca..74642d08 100755
--- a/bootstrap/install/install.sh
+++ b/bootstrap/install/install.sh
@@ -1,7 +1,7 @@
 #! /usr/bin/env dash
 
 # shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="1.1.3" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.1.4" . %SHELL_LIBRARY_PATH
 bsc() {
     msg2 "$(btrfs subvolume create "$1" || die "Creating of subvol $1 failed")";
 }
diff --git a/bootstrap/setup/setup.sh b/bootstrap/setup/setup.sh
index bc171303..a9e534ab 100755
--- a/bootstrap/setup/setup.sh
+++ b/bootstrap/setup/setup.sh
@@ -1,7 +1,7 @@
 #! /usr/bin/env dash
 
 # shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="1.1.3" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.1.4" . %SHELL_LIBRARY_PATH
 msg "Select a host-config:"
 hosts=$(mktmp);
 host="";