Skip to content

Commit 87ffcfa

Browse files
committed
fix code
2 parents bc8916a + d5325af commit 87ffcfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oscfg/ubuntu.sh

Lines changed: 1 addition & 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
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

0 commit comments

Comments
 (0)