new commit

This commit is contained in:
manuel 2023-07-17 20:19:37 +00:00
parent 86b93d8b7b
commit cef001f008
2 changed files with 8 additions and 8 deletions

View File

@ -7,7 +7,7 @@
# This script removes unwanted software after Debian installation.
# Remove unwanted packages
apt purge --autoremove -y \
chroot /target apt purge --autoremove -y \
quassel \
thunderbird \
mpv \
@ -19,10 +19,10 @@ apt purge --autoremove -y \
galculator
# Clear package cache
apt clean
chroot /target apt clean
# Update system packages
apt update
chroot /target apt update
# Upgrade system packages
apt upgrade -y
chroot /target apt upgrade -y

View File

@ -7,7 +7,7 @@
# This script removes unwanted software after Debian installation.
# Remove unwanted packages
apt purge --autoremove -y \
chroot /target apt purge --autoremove -y \
quassel \
thunderbird \
mpv \
@ -19,10 +19,10 @@ apt purge --autoremove -y \
galculator
# Clear package cache
apt clean
chroot /target apt clean
# Update system packages
apt update
chroot /target apt update
# Upgrade system packages
apt upgrade -y
chroot /target apt upgrade -y