update scripts
This commit is contained in:
parent
46e58a2fef
commit
ba4e0af00f
|
@ -9,7 +9,8 @@
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
# Update the system
|
# 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
|
chroot /target apt dist-upgrade -y
|
||||||
|
|
||||||
# Clean up unnecessary packages
|
# Clean up unnecessary packages
|
||||||
|
|
|
@ -9,7 +9,8 @@
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
# Update the system
|
# 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
|
chroot /target apt dist-upgrade -y
|
||||||
|
|
||||||
# Clean up unnecessary packages
|
# Clean up unnecessary packages
|
||||||
|
|
Loading…
Reference in New Issue