ChrisTitusTech / ArchTitus

Automated Arch Linux Install
MIT License
1.86k stars 875 forks source link

unable to install git #359

Closed t0m5k1 closed 1 year ago

t0m5k1 commented 1 year ago

first command is to install git once it's installed I get an error about glic being at wrong version and refuses to run. I can't upgrade the install media as it's a fixed file.

unsure what to do from here?

bdwyzr commented 1 year ago

Run pacman -Sy glibc

crazycheetah42 commented 1 year ago

I ran pacman-key --init then i ran pacman -Sy git glibc

t0m5k1 commented 1 year ago

I ran pacman-key --init then i ran pacman -Sy git glibc

Yup that fixed it for me, Nice one 👍