linutil icon indicating copy to clipboard operation
linutil copied to clipboard

Fedora fresh install

Open Linuxury opened this issue 1 year ago • 1 comments

Describe the bug

I believe it is missing the git command here.

To Reproduce

Steps to reproduce the behavior:

  1. Go to 'curl -fsSL https://christitus.com/linuxdev | sh'
  2. Click on 'any of the application setup'
  3. See error

Expected behavior

It's not able to pull the git to initiate the installation, if for example you go into my bash directly and run that one first they all will work.

Screenshots

Screenshot_20240916_175324

Additional context

Also, it's not able to download the fonts either, tested on Arch and it was able to complete but not in Fedora.

Linuxury avatar Sep 16 '24 22:09 Linuxury

Git is not being installed inside of the scripts, that can be changed in the future; for now you will have to install git manually before running the script. #335 includes some fixes for mybash and nvim, but they do not fix this issue.

ghost avatar Sep 16 '24 23:09 ghost