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

feat: support for different node installations #271

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Apr 13, 2024

  1. feat: declare and export the original user path

    @mmorenoregalado proposes to maintain consistency among different nodes and sessions through CodelyTV@8dc02e4 and CodelyTV#172, which generates a side-effect for users and adds a possible code smell in the future because it introduces an if-else pattern based on a condition that users may not expect. Also it doesn't allow the user to employ other environment variables, so we apply the template engine ideas and differentiate the application of Bash expansion.
    sanchezcarlosjr authored Apr 13, 2024
    Configuration menu
    Copy the full SHA
    b2f3de7 View commit details
    Browse the repository at this point in the history
  2. feat: apply templating with unexpanded path

    The shell will expand the path during the user session.
    sanchezcarlosjr authored Apr 13, 2024
    Configuration menu
    Copy the full SHA
    9fb1180 View commit details
    Browse the repository at this point in the history
  3. fix: the installer fails to install python3

    We rely on pure apt instead of dotly mechanisms.
    sanchezcarlosjr authored Apr 13, 2024
    Configuration menu
    Copy the full SHA
    b306a83 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5889be2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0db2698 View commit details
    Browse the repository at this point in the history