workflow: use bash for update.sh

i tried...
This commit is contained in:
LavaDesu 2025-03-17 23:32:16 +11:00
parent 21f6b46021
commit faad8ea374
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -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() { update_kernel() {
previous_ver=$(cat packages/linux-lava/sources.nix | grep "version =" | sed --expression='s/[^0-9.]//g') previous_ver=$(cat packages/linux-lava/sources.nix | grep "version =" | sed --expression='s/[^0-9.]//g')