mrclksr / linux-browser-installer

Script to install Linux browsers under a Linux chroot on FreeBSD
169 stars 25 forks source link

cannot open rc-ubuntu.tmpl: No such file or directory #57

Closed robert-winkler closed 1 week ago

robert-winkler commented 2 weeks ago

Hi, I tried installing the Brave with linux-browser-installer install brave This results in the error message:

cannot open rc-ubuntu.tmpl: No such file or directory
chmod:  /usr/local/etc/rc.d/ubuntu: No such file or directory
linux_enable: NO -> NO
ubuntu_enable: YES -> YES
ubuntu does not exist in /etc/rc.d or the local startup
directories (/usr/local/etc/rc.d), or is not executable
linux-browser-installer: Error: Failed to start ubuntu service

Any hint?

mrclksr commented 1 week ago

Did you try to call the script from outside its directory?

robert-winkler commented 1 week ago

Dear @mrclksr, indeed, this was the problem. I started the script from the installation directory, and the installation went smoothly. Thanks a lot!!!