Hi Husarnet team,
I know this error is already reported in the following link:
But this error still happens today.
I just tried to install Husarnet using the command below in a Ubuntu 18 machine, and it failed with the error “Failed to enable unit: unit file husarnet.service does not exist“:
curl -s https://install.husarnet.com/install.sh | sudo bash
In the link aforementioned, we are told to run the command below, which DOES work:
sudo husarnet daemon service-install
But my question is:
- Have you considered making the
install.shscript itself execute thissudo husarnet daemon service-installcommand? I think this would help people who would otherwise think Husarnet doesn’t work because it just ‘fails to install’. If theinstall.shscript already did this automatically, users wouldn’t have to find the post aforementioned, making the whole experience a bit better.
Have a great day.