File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -360,8 +360,6 @@ export DEBIAN_FRONTEND=noninteractive
360360locale-gen en_US.UTF-8
361361apt-get -y update
362362apt-get -y install dosfstools curl xz-utils iw rfkill wpasupplicant openssh-server alsa-utils jq $EXTRADEBS
363- /usr/local/sbin/install_mate_desktop.sh
364- systemctl set-default graphical.target
365363apt-get -y remove --purge ureadahead
366364$ADDPPACMD
367365apt-get -y update
410408 rm -f " $DEST /etc/resolv.conf"
411409 rm -f " $DEST " /etc/ssh/ssh_host_*
412410 do_chroot ln -s /run/resolvconf/resolv.conf /etc/resolv.conf
411+ do_chroot /usr/local/sbin/install_mate_desktop.sh
412+ do_chroot systemctl set-default graphical.target
413+ do_chroot apt-get -y autoremove
414+ do_chroot apt-get clean
413415 ;;
414416 * )
415417 ;;
You can’t perform that action at this time.
0 commit comments