Hey I just ran into this issue as well, and I really appreciate this set of steps since it fixed things but I’m not sure I understand how, any insight on what the script did to fix things?
So, Absolutely! Let’s break down what that script does step by step, especially in the context of a Seeed Studio reTerminal-DM running a Debian-based Linux OS like Raspberry Pi OS:
Full Script Breakdown:
sudo rm -rf seeed-linux-dtoverlays/
Removes any existing seeed-linux-dtoverlays directory (if previously cloned).
-r = recursive, -f = force delete.
This ensures a fresh clone in the next step.
sudo apt install git -y
Installs git (if it’s not already installed).
-y automatically confirms the installation prompt.
Sounds good, thank you! Should that script be run after every upgrade/update to keep the system in line? I’ve got one of these reterminals targeted by an ansible script to run regular updates on the os and pull system info. If I need to I can trigger the rreterminal.sh every now and then or would that be unnessicary?
Well, it should be fine, but I’m a " if it ain’t broke don’t fix it "
type a Technologists
If there’s a component or utility that needs updated I would however.
HTH
GL PJ
besides I don’t think it changes that often , YMMV