new commit
This commit is contained in:
parent
86b93d8b7b
commit
cef001f008
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue