-
-
Notifications
You must be signed in to change notification settings - Fork 501
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
Labels
Outside of DietPi scripts
eg: user installed/configured software
Comments
@bbowlsbey 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. |
Will give it a try tonight. (Think I might have mis-copied the ubuntu link
into the conversation, but I might have done that when working with the
install too.)
…On Mon, Dec 13, 2021 at 2:39 PM MichaIng ***@***.***> wrote:
@bbowlsbey <https://github.com/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
apt update
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#5072 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AW5BCGP5CJ6MNQ2XZNRICK3UQZDW3ANCNFSM5J67BOKQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
MichaIng
added
the
Outside of DietPi scripts
eg: user installed/configured software
label
Dec 13, 2021
Did you succeed with the above commands? |
Sorry for the late reply.
That worked like a charm. Connecting to a DietPi jumpbox on my remote
network now through Tailscale.
Appreciate your help.
V/R
Bryan Bowlsbey
…On Sun, 20 Feb 2022 at 10:04 AM MichaIng ***@***.***> wrote:
Did you succeed with the above commands?
—
Reply to this email directly, view it on GitHub
<#5072 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AW5BCGMC3WDNGAFDZYJ6JODU4D7JLANCNFSM5J67BOKQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Okay great. So when we implement into I'll mark this issue hence as closed. |
Awesome, thanks!
Appreciate all that you do with dietpi.
…On Sun, 20 Feb 2022 at 2:36 PM MichaIng ***@***.***> wrote:
Closed #5072 <#5072>.
—
Reply to this email directly, view it on GitHub
<#5072 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AW5BCGK63TM7TCUORZ7NHILU4E7C3ANCNFSM5J67BOKQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: