Open MiChaelinzo opened 2 years ago
Hey, @MiChaelinzo I don't maintain the apt-get
repository or build. But I do know they pull from this repository. Can you find cmatrix installed in the Pi? (It's in the /usr/local/bin
by default)
If so, can you check if /usr/local/bin
is in your PATH
. If not you might need to include it in your PATH
by modifying your shell's profile. (I think it's bash in the specified RPI OS so you can put a command ~/.bashrc
that updates your path)
Additionally, if you don't want to include /usr/local/bin
into PATH
, you can build by downloading from this repo, and while running make install
use the --prefix=<path_to_a_directory>
to install cmatrix in <path_to_a_directory>
rather than in /usr/local/bin
and include the <path_to_a_directory>
in to your PATH
as stated above.
Describe the bug Reinstalling of cmatrix whenever my Rasberry Pi shutdown/reboot
To Reproduce
sudo apt-get install cmatrix
shutdown or rebootcmatrix
doesn't worksudo apt-get install cmatrix
againExpected behavior To not reinstall it whenever I shutdown or reboot my Raspberry Pi
Screenshots If applicable, add screenshots to help explain your problem.
Additional context Add any other context about the problem here.