Skip to content

Commit

Permalink
Use apt_update_skip
Browse files Browse the repository at this point in the history
  • Loading branch information
guysoft committed Dec 14, 2024
1 parent 7312c72 commit df10e1e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/modules/octopi/start_chroot_script
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ unpack /filesystem/home/pi /home/"${BASE_USER}" "${BASE_USER}"
unpack /filesystem/home/root /root root
unpack /filesystem/boot /boot/firmware

apt-get update

apt_update_skip
# in case we are building from a regular raspbian image instead of the lite one...
remove_extra=$(remove_if_installed scratch squeak-plugins-scratch squeak-vm wolfram-engine python-minecraftpi minecraft-pi sonic-pi oracle-java8-jdk bluej libreoffice-common libreoffice-core freepats greenfoot nodered)
echo "removing:" $remove_extra
Expand Down

0 comments on commit df10e1e

Please sign in to comment.