File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 9999 DEBIAN_FRONTEND=noninteractive run apt-get install -y mintupdate libreoffice flatpak rhythmbox redshift p7zip-full openvpn
100100 DEBIAN_FRONTEND=noninteractive run apt purge -y gdm3 ubuntu-release-upgrader-core gparted && run dpkg --configure -a
101101 ;;
102+ code-school-desktop)
103+ DEBIAN_FRONTEND=noninteractive run apt-get install -y gnome-software guake psmisc wget
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
107+ run apt install -y build-essential gnome-builder idle3 qtcreator scratch arduino code
108+ ;;
102109 rescue)
103110 # special case of ubuntu install, non gfx
104111 run apt-get update
You can’t perform that action at this time.
0 commit comments