hacks/fix-raspian-defaults/root.overlay/boot/per-once.d/10-bash.sh

8 lines
154 B
Bash
Raw Normal View History

2019-10-04 12:55:40 +00:00
#!/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