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

install.sh: support Debian sid/bookworm #5522

Closed
JayWStapleton opened this issue Sep 1, 2022 · 0 comments
Closed

install.sh: support Debian sid/bookworm #5522

JayWStapleton opened this issue Sep 1, 2022 · 0 comments
Labels

Comments

@JayWStapleton
Copy link
Contributor

What is the issue?

install.sh fails with:
sh: 65: VERSION_CODENAME: parameter not set

This is set by reading in /etc/os-release which doesn't have VERSION or VERSION_ID lines

Steps to reproduce

No response

Are there any recent changes that introduced the issue?

No response

OS

Linux

OS version

Debian Bookworm

Tailscale version

No response

Bug report

No response

@DentonGentry DentonGentry changed the title Debian sid/bookworm not setting variables required by install.sh install.sh: support Debian sid/bookworm Sep 12, 2022
DentonGentry added a commit that referenced this issue Oct 29, 2022
There is no VERSION_ID.

root@sid:~# cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux bookworm/sid"
NAME="Debian GNU/Linux"
VERSION_CODENAME=bookworm
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"

Fixes #5522

Signed-off-by: Denton Gentry <dgentry@tailscale.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants