Skip to content
This repository has been archived by the owner on Oct 1, 2023. It is now read-only.

Commit

Permalink
V1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRemote committed Oct 3, 2022
1 parent 9b66c6e commit d1b6c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BuildImage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1195,7 +1195,7 @@ EOF
sudo mv /mnt/etc/initramfs/post-update.d//flash-kernel /mnt/flash-kernel

sudo chroot /mnt /bin/bash <<EOF
DEBIAN_FRONTEND=noninteractive apt -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" update && DEBIAN_FRONTEND=noninteractive apt -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install kubuntu-desktop -y
DEBIAN_FRONTEND=noninteractive apt -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" update && DEBIAN_FRONTEND=noninteractive apt -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install lubuntu-desktop -y
EOF

sudo chroot /mnt /bin/bash <<EOF
Expand Down

0 comments on commit d1b6c4b

Please sign in to comment.