From faad8ea374765bbf0f71e8a0e9086a92b34fb860 Mon Sep 17 00:00:00 2001 From: LavaDesu Date: Mon, 17 Mar 2025 23:32:16 +1100 Subject: [PATCH] workflow: use bash for update.sh i tried... --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index c9ce776..6167e8c 100755 --- a/update.sh +++ b/update.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env -S nix shell 'nixpkgs#git' 'nixpkgs#curl' -c sh +#!/usr/bin/env -S nix shell 'nixpkgs#git' 'nixpkgs#curl' -c bash update_kernel() { previous_ver=$(cat packages/linux-lava/sources.nix | grep "version =" | sed --expression='s/[^0-9.]//g')