Skip to content

Commit

Permalink
scripts/installer.sh: add Mendel OS and OpenMandriva.
Browse files Browse the repository at this point in the history
Fixes #6926
Fixes #7076

Signed-off-by: Denton Gentry <dgentry@tailscale.com>
  • Loading branch information
DentonGentry committed Feb 11, 2023
1 parent bd81d52 commit 01d58c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ main() {
APT_KEY_TYPE="keyring"
fi
;;
parrot)
parrot|mendel)
OS="debian"
PACKAGETYPE="apt"
if [ "$VERSION_ID" -lt 5 ]; then
Expand Down Expand Up @@ -171,7 +171,7 @@ main() {
VERSION=""
PACKAGETYPE="dnf"
;;
rocky|almalinux|nobara)
rocky|almalinux|nobara|openmandriva)
OS="fedora"
VERSION=""
PACKAGETYPE="dnf"
Expand Down

0 comments on commit 01d58c9

Please sign in to comment.