basic test script to use in docker, for bunsen
This commit is contained in:
parent
96a40626e7
commit
fd45854559
1 changed files with 10 additions and 0 deletions
10
bunsen/test
Executable file
10
bunsen/test
Executable file
|
@ -0,0 +1,10 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
apt-get update
|
||||
apt-get install sudo
|
||||
cd $HOME
|
||||
./dev/dotfiles/bunsen/configure_fresh_system
|
||||
|
||||
|
Loading…
Reference in a new issue