Skip to content

Commit

Permalink
Update start_chroot_script
Browse files Browse the repository at this point in the history
  • Loading branch information
dogi authored Jul 23, 2024
1 parent a224025 commit e088af9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/modules/cube/start_chroot_script
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,11 @@ done
# in case we are building from a regular raspbian image instead of the lite one...
apt update
remove=(
scratch squeak-plugins-scratch squeak-vm
scratch squeak-vm
wolfram-engine
python-minecraftpi minecraft-pi
sonic-pi
oracle-java8-jdk bluej
libreoffice-common libreoffice-core
freepats
greenfoot
nodered
)
apt remove -y --purge "${remove[@]}"
Expand Down

0 comments on commit e088af9

Please sign in to comment.