15 lines
537 B
Bash
Executable File
15 lines
537 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
################################################################################
|
|
# Title: Final cleanup
|
|
# Description: This script removes unwanted software and files after Debian installation.
|
|
# Author: manuel rosa <manuelsilvarosa@gmail.com>
|
|
# Date: Outubro 29, 2023
|
|
# License: GPL-3.0-or-later
|
|
################################################################################
|
|
|
|
# Remove unwanted packages
|
|
chroot /target apt purge --autoremove -y \
|
|
calamares \
|
|
calamares-settings-debian \
|