You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running curl -kL dexterindustries.com/update_tools | sudo bash
it fails with the following error: script_tools installer script must be run with "pi" user. Exiting.
Viz.:
pi@raspberrypi:~ $ curl -kL dexterindustries.com/update_tools | sudo bash
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 249 100 249 0 0 602 0 --:--:-- --:--:-- --:--:-- 601
0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0
100 2145 100 2145 0 0 1485 0 0:00:01 0:00:01 --:--:-- 1485
script_tools installer script must be run with "pi" user. Exiting.
pi@raspberrypi:~ $ whoami
pi
pi@raspberrypi:~ $
I suspect that the problem might be that the scripts are being run as root via sudo. (i.e. the user is NOT "pi")
Thanks!
Jim
The text was updated successfully, but these errors were encountered:
When running
curl -kL dexterindustries.com/update_tools | sudo bash
it fails with the following error:
script_tools installer script must be run with "pi" user. Exiting.
Viz.:
I suspect that the problem might be that the scripts are being run as root via sudo. (i.e. the user is NOT "pi")
Thanks!
Jim
The text was updated successfully, but these errors were encountered: