Fix make_rootfs to use native bash
This commit is contained in:
parent
a2aa9374d9
commit
4e31a1c0c0
|
@ -1,5 +1,7 @@
|
|||
#! /usr/bin/env nix-shell
|
||||
#! nix-shell -i bash -p bash
|
||||
#!/bin/bash
|
||||
|
||||
##! /usr/bin/env nix-shell
|
||||
##! nix-shell -i bash -p bash
|
||||
|
||||
# DEPRECATED DEVICES: raspi3
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user