Comment on [deleted]
gedaliyah@lemmy.world 1 month agoActually, watching the video it looks like they first enter:
cd Documents/deck-tailscale/
then enter:
sudo bash tailscale.sh
If you don’t have the directory Documents/deck-tailscale/
, then you will have to go back a step and find out where GitHub Desktop is storing the local files.
the_riviera_kid@lemmy.world 1 month ago
I ran it from the local folder, literaly clicked on tailscale.sh and clicked run in konsole. still says it doesn’t exist when I’m fucking looking at it.
gedaliyah@lemmy.world 1 month ago
Running it from a file explorer may not work due to permissions.
darkan15@lemmy.world 1 month ago
This probably is the issue, when you download a script or binary from the internet it doesn’t have execution permission, you would have to right click on folder to open in terminal (that way don’t have to cd to it), and check permissions with
ls -la
if it doesn’t have permission, change it withchmod