Debian-after-install

Last edited on 2022-10-02 Tagged under  #debian   #linux   #python   #programming 

debian-after-install is my setup script for Debian GNU/Linux 11 (bullseye). It is ideally run after first boot into a minimal install of Debian.

Run main.py -h for options.

Tasks

  • Choice of either minimal, server or desktop (with Openbox) configuration
  • Upgrade system
  • Install extra console and desktop packages
  • Optional: Install from a list of packages (More: Generate a list of installed deb packages)
  • Optional: Auto-install security updates
  • Use zram for swap
  • Customize GRUB
  • Sudo without a password for <your_username>
  • Optional: Select different keyboard and console-font

How does it work?

  1. sudo apt update; sudo apt install git
  2. git clone https://gitlab.com/dwarmstrong/debian-after-install.git
  3. cd debian-after-install
  4. sudo ./main.py <your_username>

Source: debian-after-install

Thanks for reading! Read other posts?

» Next: Nostromo boot noise

« Previous: Remotely unlock a LUKS-encrypted Linux server using Dropbear