Update argon1-pifan.sh
This commit is contained in:
parent
6a4060b82d
commit
41500087e5
|
|
@ -296,6 +296,8 @@ echo ' sudo rm '$removescript >> $removescript
|
||||||
echo ' echo "Removed Argon One Services."' >> $removescript
|
echo ' echo "Removed Argon One Services."' >> $removescript
|
||||||
echo ' echo "Cleanup will complete after restarting the device."' >> $removescript
|
echo ' echo "Cleanup will complete after restarting the device."' >> $removescript
|
||||||
echo 'fi' >> $removescript
|
echo 'fi' >> $removescript
|
||||||
|
|
||||||
|
# Add Debian-Pi-Aarch64 OS support
|
||||||
echo "sed -i 's/.*dtparam=i2c_arm=on/# dtparam=i2c_arm=on/g' /boot/config.txt" >> $removescript
|
echo "sed -i 's/.*dtparam=i2c_arm=on/# dtparam=i2c_arm=on/g' /boot/config.txt" >> $removescript
|
||||||
echo "sed -i 's/.*enable_uart=1/# enable_uart=1/g' /boot/config.txt" >> $removescript
|
echo "sed -i 's/.*enable_uart=1/# enable_uart=1/g' /boot/config.txt" >> $removescript
|
||||||
echo 'echo "I2C & UART in config.txt was restored as disabled."' >> $removescript
|
echo 'echo "I2C & UART in config.txt was restored as disabled."' >> $removescript
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue