Hi,
I had an issue with "Unable to connect with uget-integrator" after using the install script from the git repository.
The problem was that my .profile sets my umask to 077, and the install script does not set it to 022 before creating the directories and copying files, so all of the files and directories were owned by root, and not readable by normal users. Doing a chmod go+rx on the files & directories fixed the issue.
Could you add 'umask 022' to the top of the installation script?
Best Regards,
Jeff