Skip to content

Conversation

@TLMcNulty
Copy link

@TLMcNulty TLMcNulty commented May 23, 2025

Description:

This change removes the restrictive version check from the head of the install script.

Related issue (if applicable): fixes #

Checklist:

  • The code change is tested and works locally.

@breakingspell
Copy link
Contributor

Hm, there are a few places where the distro version check is referenced for dependencies. If removing the check, it would be best to remove those variables and resolve deps another way:

dash/install.sh

Line 167 in 1b0da2f

if [ $isDebian ] && [ $BULLSEYE = false ]; then

dash/install.sh

Line 445 in 1b0da2f

if [ $BULLSEYE = true ] || [ $JAMMY = true ]; then

Curious if you're using a different distro, or if there's another reason behind removing the check.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants