Open iwwork opened 5 years ago
Every time, the response of ${USER} is root, not pi. How to make the setting correctly?
Thanks
Please post complete issue. provide some Screenshots to understand.
Assistants-Pi/installer.sh at master · shivasiddharth/Assistants-Pi https://github.com/shivasiddharth/Assistants-Pi/blob/master/scripts/installer.sh
line 128: sudo chmod +x /home/${USER}/GassistPi/scripts/gassist-installer.sh
it is /home/root/ not /home/pi/
Still i dont get your issue..
Assistants-Pi/installer.sh at master · shivasiddharth/Assistants-Pi https://github.com/shivasiddharth/Assistants-Pi/blob/master/scripts/installer.sh
line 128: sudo chmod +x /home/${USER}/GassistPi/scripts/gassist-installer.sh
it is /home/root/ not /home/pi/
Settings are correct, you dont need to do anything. data willl be stored to /home/pi/. User will be pi and not root.
@grvweb You got what I want to say. But the terminal shows /home/root/... and could not install
Same problem I am also facing.
Every time, the response of ${USER} is root, not pi. How to make the setting correctly?
Thanks