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

Headless installation patch #277

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

SagaciousFish
Copy link

@SagaciousFish SagaciousFish commented Sep 19, 2024

Major changes:

  1. Fixed install order on Pure Terminal Installation (Gum should now be correctly installed before install/terminal/select-dev-*.sh scripts)
  2. Fixed a potential missing requirement for installing 3rd party apps (apt-add-repository is now ensured to exist for install/terminal/app-fastfetch.sh)
  3. Replacing bc dependency with python3 dependency for version confirming (As bc was missing in my test environment, and now python3 is required by grub2, this should be a safe dependency shift)

Minor fixes:

  1. Ensuring fzf key-binds script always exists (Otherwise, it might cause an issue after sourcing defaults/bash/init)

Tested environment:
Docker hub image nvidia/cuda:12.6.0-devel-ubuntu24.04 in vscode dev container.

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.

1 participant