|
I'm try to install tool by bootstrap file but found error, please check photo below: wget http://toltec-dev.org/bootstrap
echo "04a28483286f88c5c7f39e352afb62adc57f6162a29fd7e124d832205bb0980e bootstrap" | sha256sum -c && bash bootstrap |
Answered by
LinusCDE
Aug 20, 2022
Replies: 1 comment
|
It seems that you had installed toltec previously. Usually the script would tell you, that you have toltec already installed, but it would not in a few cases:
Please run the following commands to make figuring this out more easy:
It seems someone also had this same issue a while back at #551. If you can run |
0 replies
Answer selected by
Eeems
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

It seems that you had installed toltec previously. Usually the script would tell you, that you have toltec already installed, but it would not in a few cases:
/home/root/.local/bin/toltecctl). Could mean a super old installation/optwas cleaned but the mount wasn't removed (also checked/home/root/.entwarebut that would probably bind mounted together anyways)Please run the following commands to make figuring this out more easy:
ls -la --full-time /home/root/.local/bin/toltecctl /home/root/.entware /optto check what files exist and if, how old they aredf -hto confirm that /opt actually has no bind mount (as well as whether super low free space coul…