diff --git a/builder/image-software.sh b/builder/image-software.sh index 08ceee90..cb4e5746 100755 --- a/builder/image-software.sh +++ b/builder/image-software.sh @@ -114,14 +114,6 @@ mjpg-streamer \ && echo_stamp "Everything was installed!" "SUCCESS" \ || (echo_stamp "Some packages wasn't installed!" "ERROR"; exit 1) -echo_stamp "Updating kernel to fix camera bug" -apt-get install --no-install-recommends -y \ - raspberrypi-kernel=1.20190819-1 \ - raspberrypi-bootloader=1.20190819-1 \ - libraspberrypi-bin=1.20190819-1 \ - libraspberrypi-dev=1.20190819-1 \ - libraspberrypi0=1.20190819-1 - # Deny byobu to check available updates sed -i "s/updates_available//" /usr/share/byobu/status/status # sed -i "s/updates_available//" /home/pi/.byobu/status