We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bc8916a + d5325af commit 87ffcfaCopy full SHA for 87ffcfa
oscfg/ubuntu.sh
@@ -100,7 +100,7 @@ EOF
100
DEBIAN_FRONTEND=noninteractive run apt purge -y gdm3 ubuntu-release-upgrader-core gparted && run dpkg --configure -a
101
;;
102
code-school-desktop)
103
- DEBIAN_FRONTEND=noninteractive run apt-get install -y gnome-software guake psmisc wget
+ DEBIAN_FRONTEND=noninteractive run apt-get install -y gnome-software guake psmisc wget ubuntu-desktop
104
wget -q https://packages.microsoft.com/keys/microsoft.asc -O- | run apt-key add -
105
run add-apt-repository "deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable main"
106
run appstreamcli refresh --force && run apt update
0 commit comments