Don't reinstall w/ pacman

This commit is contained in:
John 2022-05-05 17:08:48 -05:00
parent fecdf31c1f
commit 57b0d6b97e

View File

@ -64,9 +64,9 @@ esac
if which pacman; then if which pacman; then
# Install dependencies with pacman # Install dependencies with pacman
printf "Installing dependencies with pacman...\n" printf "Installing dependencies with pacman...\n"
cat ./package-managers/pacman.dependencies | dryrun $ELEVATE pacman -S - cat ./package-managers/pacman.dependencies | dryrun $ELEVATE pacman -S --needed -
# If not in Windows Subsystem for Linux, install vscode # If not in Windows Subsystem for Linux, install vscode
[[ !(getwsl) ]] && dryrun $ELEVATE pacman -S code [[ !(getwsl) ]] && dryrun $ELEVATE pacman -S --needed code
# Install Node Version Manager # Install Node Version Manager
installnvm installnvm