update scripts

This commit is contained in:
manuel 2023-12-17 17:14:32 -01:00
parent 46e58a2fef
commit ba4e0af00f
2 changed files with 4 additions and 2 deletions

View File

@ -9,7 +9,8 @@
################################################################################
# Update the system
chroot /target apt update && apt upgrade -y
chroot /target apt update
chroot /target apt upgrade -y
chroot /target apt dist-upgrade -y
# Clean up unnecessary packages

View File

@ -9,7 +9,8 @@
################################################################################
# Update the system
chroot /target apt update && apt upgrade -y
chroot /target apt update
chroot /target apt upgrade -y
chroot /target apt dist-upgrade -y
# Clean up unnecessary packages