glint-box
glint-box copied to clipboard
(0.1.0-beta) missing files after running install script
Something in the glint-nes.sh script is failing, causing the following files not to be copied over during the install process.
-
/home/pi/.retroarch/retroarch.cfg -
/home/pi/glint-es/glint-es -
/home/pi/.profile -
/home/pi/.glint-es/es_systems.cfg(and everything in this folder)
If the script is run as user 'pi' then there is no need for the $PIHOME variable...simply use $HOME it is already set in the environment. You can see by typing 'echo $HOME'
Ah, good point. Thanks.
Still pending some tests. Bumping this issue to the next release.