Skip to content

Commit

Permalink
Update after-install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Apr 7, 2024
1 parent 3193b39 commit 445ce59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/after-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if [ -d /home/pi ]; then
sudo sed -i 's/^ExecStart=-\/sbin\/agetty .*$/ExecStart=-\/sbin\/agetty --skip-login --login-options "-f root" %I 38400 linux/' /usr/lib/systemd/system/[email protected]
fi

if [ ! -e "usr/lib/modules/5.8.0/kernel/drivers/meedia/i2c/HdZero3.ko" ]; then
if [ ! -e "/usr/lib/modules/5.8.0/kernel/drivers/meedia/i2c/HdZero3.ko" ]; then
echo "Non Custom Installation Found"
rm -Rf /usr/local/bin/x20/
systemctl disable temperature_guardian.service
Expand Down

0 comments on commit 445ce59

Please sign in to comment.