Skip to content

Commit 4eab1c7

Browse files
committed
add coding debian img variation
1 parent c396827 commit 4eab1c7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

oscfg/ubuntu.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,13 @@ EOF
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

0 commit comments

Comments
 (0)