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