Skip to content

Commit d5325af

Browse files
authored
Update ubuntu.sh
1 parent 4eab1c7 commit d5325af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

oscfg/ubuntu.sh

Lines changed: 3 additions & 3 deletions
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
@@ -141,8 +141,8 @@ EOF
141141
# if gnome
142142
case "$1" in
143143
ubuntu-*-ubuntu-desktop)
144-
DEBIAN_FRONTEND=noninteractive run apt-get install -y gnome-software guake
145-
run killall gnome-software && run appstreamcli refresh --force && run apt update
144+
DEBIAN_FRONTEND=noninteractive run apt-get install -y gnome-software guake ubuntu-desktop
145+
run appstreamcli refresh --force && run apt update
146146
;;
147147
esac
148148

0 commit comments

Comments
 (0)