Comment on Noob Tailscale questions
the_riviera_kid@lemmy.world 2 weeks agoYou have to setup a sudo password originally to install things in desktop mode but that has been done, sudo is not the issue. literally copy and pasted from this article. It fails on step 2 claiming the directory does not exist.
gedaliyah@lemmy.world 2 weeks ago
use
ls
command, as in the video, to list the contents of a directory, then usecd
to change directory based on what you see. You can usecd …
to navigate to the parent directory of your current location if needed.Also make note of the Local path shown when cloning the repository in the previous step to help find it. When you see “tailscale.sh” as one of the items after typing
ls
, then you will know you are in the right place.