From 13ab4eda50de129bcfbb1ff7c665a856ca5d3cbf Mon Sep 17 00:00:00 2001 From: krolyxon <106688908+krolyxon@users.noreply.github.com> Date: Fri, 3 Jun 2022 02:54:04 +0530 Subject: [PATCH] fixed typo --- arch_install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch_install.sh b/arch_install.sh index 1e22025..25aff95 100644 --- a/arch_install.sh +++ b/arch_install.sh @@ -106,9 +106,9 @@ paru -S libxft-bgra chsh -s $(which zsh) printf "bro do you want to install that fucking nvidia-390xx drivers? (y-N): " read driver -if [[ $driver == y ]]; then +if [[ $driver = y ]]; then paru -S --noconfirm nvidia-390xx - fi +fi ln -s ~/.config/x11/xinitrc .xinitrc ln -s ~/.config/shell/profile .zprofile