Skip to content

Commit 097c2cb

Browse files
committed
fixing default task, etc
1 parent 87ffcfa commit 097c2cb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

oscfg/ubuntu.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ EOF
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
@@ -111,6 +111,10 @@ EOF
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

0 commit comments

Comments
 (0)