ChrisTitusTech / linutil

Chris Titus Tech's Linux Toolbox - Linutil is a distro-agnostic toolbox designed to simplify everyday Linux tasks.
https://christitus.com
MIT License
1.82k stars 161 forks source link

script does not check if git is installed #52

Open smogan opened 1 month ago

smogan commented 1 month ago

tried the script for the first time (dietpi X86_64 , based on debian 12). wanted to have the fancy command line. got the error message that git is not a known command. after I installed git manually, the script ran.

guess the script should (like the winutil script) check for the presence of needed tools and install them if needed.

Nicky-M commented 1 month ago

Hi,

I got the same "git error" on a brand new install of Ubuntu 24.04.

The nerd fonts are not installed either :-). I really enjoyed your video on bash.

Good job and thanks a lot.

smogan commented 1 month ago

same problem on OpenSUSE tumbleweed

afonsofrancof commented 1 month ago

This is because git is used to clone the yay repo, to install it. Please also open an issue in https://github.com/ChrisTitusTech/mybash, explaining this.

jeevithakannan2 commented 2 days ago

Please close this issue after opening an issue in https://github.com/ChrisTitusTech/mybash