Skip to content

cicerops/autopilot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cicerops autopilot

About

Just some humble programs to assist in systems maintenance.

Usage

Setup:

# Prepare.
apt-get update && apt-get install --yes bash curl

# Initial system configuration.
bash <(curl -s https://raw.githubusercontent.com/cicerops/autopilot/main/debian-bootstrap.sh)

# Enable automatic reboots. Default is `false`.
export UNATTENDED_REBOOT_ENABLE=true

# Enable unattended package updates.
bash <(curl -s https://raw.githubusercontent.com/cicerops/autopilot/main/debian-enable-unattended-upgrades.sh)

Testing

docker run -it --rm --volume $PWD:/src debian:bullseye bash
bash /src/debian-bootstrap.sh
bash /src/debian-enable-unattended-upgrades.sh

About

Just some humble programs to assist in systems maintenance

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages