File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
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
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
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
You can’t perform that action at this time.
0 commit comments