This commit is contained in:
Daniel Markstedt 2021-10-28 11:16:48 -07:00
parent 967fbd2999
commit 2044c5e0d1

View File

@ -170,7 +170,7 @@ function installRaScsiScreen() {
echo "NOTE: I2C support seems to have been configured already."
REBOOT=0
else
sudo raspi-config nonint do_i2c 0 </dev/null
sudo raspi-config nonint do_i2c 0 </dev/null
echo "Modified the Raspberry Pi boot configuration to enable I2C."
echo "A reboot will be required for the change to take effect."
REBOOT=1