Merge branch 'main' of git.acoroslinux.xyz:Peppermint/PepMiniiso

upstream update
This commit is contained in:
manuel 2023-08-13 10:44:30 +00:00
commit eddc40c39c
2 changed files with 10 additions and 20 deletions

View File

@ -4,7 +4,7 @@
#
# SPDX-FileCopyrightText: 2023 PeppermintOS Team (peppermintosteam@proton.me)
# This script removes unwanted software after Debian installation.
# This script removes unwanted software and files after Debian installation.
# Remove unwanted packages
chroot /target apt purge --autoremove -y \
@ -16,13 +16,8 @@ chroot /target apt purge --autoremove -y \
audacious \
connman \
deluge \
galculator
galculator \
raspi-firmware
# Clear package cache
chroot /target apt clean
# Update system packages
chroot /target apt update
# Upgrade system packages
chroot /target apt upgrade -y
# Clean unnecessary files
rm -r /target/boot/firmware

View File

@ -4,7 +4,7 @@
#
# SPDX-FileCopyrightText: 2023 PeppermintOS Team (peppermintosteam@proton.me)
# This script removes unwanted software after Debian installation.
# This script removes unwanted software and files after Debian installation.
# Remove unwanted packages
chroot /target apt purge --autoremove -y \
@ -16,13 +16,8 @@ chroot /target apt purge --autoremove -y \
audacious \
connman \
deluge \
galculator
galculator \
raspi-firmware
# Clear package cache
chroot /target apt clean
# Update system packages
chroot /target apt update
# Upgrade system packages
chroot /target apt upgrade -y
# Clean unnecessary files
rm -r /target/boot/firmware