diff options
| author | krolyxon <106688908+krolyxon@users.noreply.github.com> | 2022-06-03 02:54:04 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-03 02:54:04 +0530 |
| commit | 13ab4eda50de129bcfbb1ff7c665a856ca5d3cbf (patch) | |
| tree | 81234260c63a8bb0e1787b1e5ba1342df8355cd8 | |
| parent | 9072ba572330f9601c611dff9e78bee55f8a10b9 (diff) | |
fixed typo
| -rw-r--r-- | arch_install.sh | 4 |
1 files 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 |
