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(fedora/nvidia-*.sh): nvidia proprietary driver setup (continued from PR #319) #370

Merged
merged 6 commits into from
Sep 19, 2024

Commits on Sep 13, 2024

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

Commits on Sep 14, 2024

  1. fix(fedora/nvidia-*.sh): removing update line

    That update line crashed my system while testing, since it also
    installed new kernal where I didn't build my driver. So new user can
    also get confused.
    harshv5094 committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    7b98d0d View commit details
    Browse the repository at this point in the history
  2. refactor(fedora/nvidia-*.sh): adding a new warning while starting the…

    … script
    
    I faced this issue yesterday, So It's better to warn user before
    installing this driver
    harshv5094 committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    c668b41 View commit details
    Browse the repository at this point in the history
  3. refactor(fedora/nvidia-*.sh): removing uninstalation option

    For now, as suggested by @nnyyxxxx and @adamperkowski, I'm removing the
    uninstall option until ChrisTitusTech#362 gets resolved.
    harshv5094 committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    411206c View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    316ee31 View commit details
    Browse the repository at this point in the history
  2. Fix bashism

    ChrisTitusTech committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    2b91beb View commit details
    Browse the repository at this point in the history