We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae32476 commit 873580cCopy full SHA for 873580c
install.sh
@@ -91,7 +91,7 @@ function install_kernel() {
91
92
# Instead of retriving the lastest kernel & headers
93
[ "X$FORCE_KERNEL" == "X" ] && {
94
- apt-get -y install raspberrypi-kernel-headers raspberrypi-kernel
+ apt-get -y --force-yes install raspberrypi-kernel-headers raspberrypi-kernel
95
} || {
96
# We would like to a fixed version
97
KERN_NAME=raspberrypi-kernel_${FORCE_KERNEL}_armhf.deb
@@ -108,7 +108,6 @@ function install_kernel() {
108
which apt &>/dev/null
109
if [[ $? -eq 0 ]]; then
110
apt update -y
111
-
112
apt-get -y install dkms git i2c-tools libasound2-plugins
113
install_kernel
114
# rpi-update checker
0 commit comments