workflow: use bash for update.sh
i tried...
This commit is contained in:
parent
21f6b46021
commit
faad8ea374
1 changed files with 1 additions and 1 deletions
|
|
@ -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')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue