Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve Linux Install Script #203

Closed

Commits on Aug 1, 2024

  1. Improve Linux Install Script

    Added Fedora 40 support.
    Included upgrading ACE requirement to latest stable 7.1.0.
    6.3.3 had a stropts compile error.
    Added dialog app `fzf`.
    Added settings and enabled control from environment.
    Propagated database selection control.
    Updated and organized, paths and database name(s).
    Organized code.
    Pysis868 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    39570ef View commit details
    Browse the repository at this point in the history
  2. Implement CodacySuggestions

    Make choice value shell error code response less error prone with more explicit block control flow with additional keywords.
    Add shellcheck exception as that situation was intentional, and even performed successfully in older script versions, as assumed.
    Pysis868 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    c905f45 View commit details
    Browse the repository at this point in the history
  3. Implement Codacy Suggestions

    Use `installer` variable as I think would be intended to easily utilize the benefit of keeping the other related code portions.
    Pysis868 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    8a61863 View commit details
    Browse the repository at this point in the history
  4. Implement Codacy Suggestions

    Propagate shellcheck exception to the relevant original code as well.
    Pysis868 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    26e4735 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2024

  1. Configuration menu
    Copy the full SHA
    d123897 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    3413cfb View commit details
    Browse the repository at this point in the history
  2. Fix build, revert reviewer modification

    Per AppVeyor build failure, seems that file is required by the build system, not produced by from it.
    Pysis868 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    e2d09fb View commit details
    Browse the repository at this point in the history
  3. Add ability to skip cleaning

    for incremental build capability from the install script.
    Pysis868 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    343549e View commit details
    Browse the repository at this point in the history