forked from sneak/hacks
testing
This commit is contained in:
7
fix-raspian-defaults/root/boot/per-once.d/00-bash.sh
Normal file
7
fix-raspian-defaults/root/boot/per-once.d/00-bash.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
export DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
# install bash and only bash so that the setup scripts can assume bash
|
||||
apt update
|
||||
apt install -y bash
|
||||
Reference in New Issue
Block a user