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