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

Modified Installer #459

Merged
merged 11 commits into from
Dec 5, 2022
Merged

Modified Installer #459

merged 11 commits into from
Dec 5, 2022

Commits on Nov 24, 2022

  1. Fixed seperator so that it prints to the lenght of the terminal and u…

    …ses box lines instead of hyphens
    abvee committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    f488132 View commit details
    Browse the repository at this point in the history
  2. Replaced multiple echo calls with either a single echo call or a here

    doc.
    Here docs are more efficient as they only call once, and formatting
    doesn't need to be done with escape characters, thus making code more
    readable
    abvee committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    384c153 View commit details
    Browse the repository at this point in the history
  3. Moved header to the center

    abvee committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    fbacd71 View commit details
    Browse the repository at this point in the history
  4. Fixed _EOF_ error

    abvee committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    66080da View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2022

  1. Configuration menu
    Copy the full SHA
    20d2668 View commit details
    Browse the repository at this point in the history
  2. Fixed Indentation problem.

    Moved $COLOUMN into seperator function, so if the terminal is resized
    while the script is running, a new seperator should be resized as well.
    abvee committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    fd0f2b7 View commit details
    Browse the repository at this point in the history
  3. Added a header function as the "auto-cpufreq installer" heading comes up

    multiple times.
    
    Made local variables to allow for neat drawing when resizing the
    terminal.
    abvee committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    add60e5 View commit details
    Browse the repository at this point in the history
  4. Fixed spacing issue

    abvee committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    2fa0e99 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2022

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

Commits on Dec 1, 2022

  1. Merge branch 'master' into installer

    New PR merged
    abvee committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    7e6ed6d View commit details
    Browse the repository at this point in the history
  2. Added a check for wrapper script. This allows uninstallation without …

    …the daemon needing to be installed
    abvee committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    0fe8638 View commit details
    Browse the repository at this point in the history