MatMoul / archfi

Arch Linux Fast Installer : tutorial installer
GNU General Public License v3.0
2.53k stars 323 forks source link

`sh archfi` returns blank command prompt #218

Open fbmoose48 opened 1 year ago

fbmoose48 commented 1 year ago

sh archfi returns blank command prompt instead of starting the ncurses installer. not sure what's the cause.

SandiestGirl commented 1 year ago

Just ran in to this myself. It's hard to tell since when the script fails it clears the terminal. In my case glibc was not already installed on the arch install media.

pacman -S glibc

My install media was also a little bit old so if pacman complains about bad PGP keys then just refresh the keyring.

pacman -S archlinux-keyring

Should do the trick!

Edit: You may ALSO find that the ncurses installer will launch but none of the menus will be functional, in which case try actually installing ncurses, what a concept!

pacman -S ncurses