diff options
| author | Nathan Woodburn <github@nathan.woodburn.au> | 2024-02-07 12:18:05 +1100 |
|---|---|---|
| committer | Dave Anderson <dave@natulte.net> | 2024-02-13 15:37:15 -0800 |
| commit | 7c0651aea64c7fe9155f716883e6e32d22ef3048 (patch) | |
| tree | 496fc04d0566473bbc193766a322f88288160911 /scripts | |
| parent | 256ecd0e8f7cc7ccc1a20e3f2846f6e3cc336d02 (diff) | |
| download | tailscale-7c0651aea64c7fe9155f716883e6e32d22ef3048.tar.xz tailscale-7c0651aea64c7fe9155f716883e6e32d22ef3048.zip | |
scripts/installer.sh: add tuxedoOS to the Ubuntu copies
Signed-off-by: Nathan Woodburn <github@nathan.woodburn.au>
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/installer.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/installer.sh b/scripts/installer.sh index ee6819062..df0b4f8da 100755 --- a/scripts/installer.sh +++ b/scripts/installer.sh @@ -43,7 +43,7 @@ main() { # - UBUNTU_CODENAME: if it exists, use instead of VERSION_CODENAME . /etc/os-release case "$ID" in - ubuntu|pop|neon|zorin) + ubuntu|pop|neon|zorin|tuxedo) OS="ubuntu" if [ "${UBUNTU_CODENAME:-}" != "" ]; then VERSION="$UBUNTU_CODENAME" |
