1
0
forked from sneak/hacks
This commit is contained in:
2019-10-04 05:55:40 -07:00
parent f23a098555
commit bad920ab58
11 changed files with 58 additions and 27 deletions

View 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