halBox icon indicating copy to clipboard operation
halBox copied to clipboard

Bash Script to Bootstrap Debian/Ubuntu Servers

Results 4 halBox issues
Sort by recently updated
recently updated
newest added

We are a group of researchers from Yale University building a tool to finding bugs in configurations files. To evaluate the effectiveness of our tool, we randomly selected 1000 open...

``` sudo apt-get install dialog ``` In the initial check ``` if [[ ! $(type -P dialog) ]]; then echo -e "\e[1;31mI'm sorry, Dave. I'm afraid I can't do that.\e[0m"...

So I'm thinking about a feature to disable interactive input from the user by feeding halBox with an outside config file and letting it run it's course. My idea is...

I should consider installing / configuring the `unattended-upgrades` package by default.

enhancement