linutil
linutil copied to clipboard
Fedora fresh install
Describe the bug
I believe it is missing the git command here.
To Reproduce
Steps to reproduce the behavior:
- Go to 'curl -fsSL https://christitus.com/linuxdev | sh'
- Click on 'any of the application setup'
- 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
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.
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.