mirror of
https://github.com/CopterExpress/clover.git
synced 2026-05-27 05:29:32 +00:00
builder: Use default kernel
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user