From 4eb9b4ebe14ed7dc9906cf557f4247f46a2c7ee4 Mon Sep 17 00:00:00 2001 From: Nathan Schneider Date: Sun, 26 Jan 2020 19:20:49 +0000 Subject: [PATCH] Update .scripts/install-arch.sh, .scripts/install-deb.sh files --- .scripts/install-arch.sh | 4 ++-- .scripts/install-deb.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.scripts/install-arch.sh b/.scripts/install-arch.sh index 140425f..9576115 100644 --- a/.scripts/install-arch.sh +++ b/.scripts/install-arch.sh @@ -4,8 +4,8 @@ echo "Beginning install script for ntnsndr Arch environment" # First, some basic utilities MAKE ARCH-COMPATIBLE -sudo apt-get -y install xdg-open -sudo apt-get install nodejs +pacman xdg-open +pacman -S nodejs npm # TO DO git # Ensure .bash_aliases works, not default on Arch diff --git a/.scripts/install-deb.sh b/.scripts/install-deb.sh index d370329..cbefbf1 100644 --- a/.scripts/install-deb.sh +++ b/.scripts/install-deb.sh @@ -5,8 +5,8 @@ echo "Beginning install script for ntnsndr Deb environment" # First, some basic utilities sudo apt-get -y install xdg-open +sudo apt-get install nodejs # TO DO git -# TO DO npm # Next, core apps # TO DO nextcloud