File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 100100 DEBIAN_FRONTEND=noninteractive run apt purge -y gdm3 ubuntu-release-upgrader-core gparted && run dpkg --configure -a
101101 ;;
102102 code-school-desktop)
103- DEBIAN_FRONTEND=noninteractive run apt-get install -y gnome-software guake psmisc wget ubuntu-desktop
103+ DEBIAN_FRONTEND=noninteractive run apt-get install -y gnome-software guake psmisc wget ubuntu-desktop^
104104 wget -q https://packages.microsoft.com/keys/microsoft.asc -O- | run apt-key add -
105105 run add-apt-repository " deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable main"
106106 run appstreamcli refresh --force && run apt update
111111 run apt-get update
112112 DEBIAN_FRONTEND=noninteractive run apt-get install -y e2fsprogs fdisk build-essential vim mtr openssh-server parted ntpdate lvm2 gddrescue testdisk debootstrap xfsprogs mingetty btrfs-progs
113113 ;;
114+ * )
115+ # task for normal merges. DO NOT REMOVE
116+ DEBIAN_FRONTEND=noninteractive run apt-get install -y " $TASKSEL " ^
117+ ;;
114118 esac
115119
116120 case " $1 " in
You can’t perform that action at this time.
0 commit comments