Skip to content
This repository was archived by the owner on Sep 13, 2026. It is now read-only.
This repository was archived by the owner on Sep 13, 2026. It is now read-only.

distro_version_le vs distro_version_lt #39

Description

@jan-revay

TODO alacritty is not present on Ubuntu releases older than Ubuntu 24.04

if bash -c '. ../prelude.sh; distro_version_le 24' &> /dev/null; then
APT_PACKAGES+=('')
else
APT_PACKAGES+=('alacritty')
fi

-- these if - else branches are buggy - bugfix prelude.sh and the if/else commands

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions