Comment on [deleted]
the_riviera_kid@lemmy.world 2 months agoI literaly gave the output in my message “no such file or directory”
step one clone repo
step two Run sudo bash tailscale.sh to install Tailscale
result no such file or directory
Comment on [deleted]
the_riviera_kid@lemmy.world 2 months agoI literaly gave the output in my message “no such file or directory”
step one clone repo
step two Run sudo bash tailscale.sh to install Tailscale
result no such file or directory
rtxn@lemmy.world 2 months ago
You should see “Getting version…” right after running the script. Did you
cd
into the directory where the repository was cloned?the_riviera_kid@lemmy.world 2 months ago
I navigated to the directory and clicked run in konsole. Clicking on deck-tailscale.sh in the directory itself and clicking run in konsole results in it saying could not find /home/deck/documents/github/deck-tailscale.sh.
rtxn@lemmy.world 2 months ago
Something’s not right. There shouldn’t be a
deck-tailscale.sh
file. There’s supposed to be a directory nameddeck-tailscale
and atailscale.sh
and some other files inside it.Here’s what you do. First, open a terminal like Konsole. Then run these commands:
the_riviera_kid@lemmy.world 2 months ago
Well super that worked! Thanks. Now I just gotta figure out how to configure it.