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