Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DietPi and tailscale #5072

Closed
MichaIng opened this issue Dec 13, 2021 · 6 comments
Closed

DietPi and tailscale #5072

MichaIng opened this issue Dec 13, 2021 · 6 comments
Labels
Outside of DietPi scripts eg: user installed/configured software

Comments

@MichaIng
Copy link
Owner

MichaIng commented Dec 13, 2021

Feature request: #5021

Discussed in https://github.com/MichaIng/DietPi/discussions/5071

Originally posted by bbowlsbey December 13, 2021
Having a hard time installing tailscale on Raspberry Pi 4 running DietPi. I have tried both the 32 bit and 64 bit versions, but the the initial curl command quits with an error message that says that apt-key add has been deprecated. Oddly enough the same curl command and install script works just fine when installing on DietPi 32bit running on a Pi Zero W. (Cant get the Interface options I want for the Pi Zero though as I need both a USB 1 connection to a printer, and a ethernet connection to run CUPs as a print server).

Any suggestions?

[Have tried both the <<curl -fsSL https://pkgs.tailscale.com/stable/ubuntu/focal.gpg | sudo apt-key add ->> command, which is where I get the error message that apt-key add is deprecated, and the "install with one command" curl command of <<curl -fsSL https://tailscale.com/install.sh | sh>>, which goes all the way through to the 'X of diskpace would be used. Would you like to continue Y or n?', but then aborts with out any option to hit enter to accept the default "Y" or type yes.]
Not sure why this installs like a charm on the current 32 bit version of DietPi running on a Pi zero.

@MichaIng
Copy link
Owner Author

MichaIng commented Dec 13, 2021

@bbowlsbey
Why you use the Ubuntu key when there is a Debian key? https://pkgs.tailscale.com/stable/#debian-bullseye
Please try:

curl -sSfL 'https://pkgs.tailscale.com/stable/debian/bullseye.noarmor.gpg' -o /etc/apt/trusted.gpg.d/tailscale.gpg
echo 'deb https://pkgs.tailscale.com/stable/debian bullseye main' > /etc/apt/sources.list/tailscale.list
apt update

If you are on Buster, replace "bullseye" with "buster", of course.

@bbowlsbey
Copy link

bbowlsbey commented Dec 13, 2021 via email

@MichaIng MichaIng added the Outside of DietPi scripts eg: user installed/configured software label Dec 13, 2021
@MichaIng
Copy link
Owner Author

Did you succeed with the above commands?

@bbowlsbey
Copy link

bbowlsbey commented Feb 20, 2022 via email

@MichaIng
Copy link
Owner Author

Okay great. So when we implement into dietpi-software, we know how. Software request tracked and voteable in discussions: #5021

I'll mark this issue hence as closed.

@bbowlsbey
Copy link

bbowlsbey commented Feb 20, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Outside of DietPi scripts eg: user installed/configured software
Projects
None yet
Development

No branches or pull requests

2 participants