Skip to content

Commit

Permalink
scripts/installer.sh: set Deepin to a debian version
Browse files Browse the repository at this point in the history
Deepin Linux 20.x reports its version as "apricot"
Set it to bullseye, the Debian version it corresponds to.

Fixes #8850
Updates #7862

Signed-off-by: Denton Gentry <dgentry@tailscale.com>
  • Loading branch information
DentonGentry committed Aug 12, 2023
1 parent 10acc06 commit b2ae280
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,10 @@ main() {
PACKAGETYPE="apt"
if [ "$VERSION_ID" -lt 20 ]; then
APT_KEY_TYPE="legacy"
VERSION="buster"
else
APT_KEY_TYPE="keyring"
VERSION="bullseye"
fi
;;
centos)
Expand Down

0 comments on commit b2ae280

Please sign in to comment.