mirror of
https://github.com/We-Dont-Byte/Mind_Reader.git
synced 2024-11-15 03:35:59 +00:00
Don't reinstall w/ pacman
This commit is contained in:
parent
fecdf31c1f
commit
57b0d6b97e
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user