Update .scripts/install-arch.sh, .scripts/install-deb.sh files
This commit is contained in:
@@ -4,8 +4,8 @@
|
|||||||
echo "Beginning install script for ntnsndr Arch environment"
|
echo "Beginning install script for ntnsndr Arch environment"
|
||||||
|
|
||||||
# First, some basic utilities MAKE ARCH-COMPATIBLE
|
# First, some basic utilities MAKE ARCH-COMPATIBLE
|
||||||
sudo apt-get -y install xdg-open
|
pacman xdg-open
|
||||||
sudo apt-get install nodejs
|
pacman -S nodejs npm
|
||||||
# TO DO git
|
# TO DO git
|
||||||
|
|
||||||
# Ensure .bash_aliases works, not default on Arch
|
# Ensure .bash_aliases works, not default on Arch
|
||||||
|
|||||||
@@ -5,8 +5,8 @@ echo "Beginning install script for ntnsndr Deb environment"
|
|||||||
|
|
||||||
# First, some basic utilities
|
# First, some basic utilities
|
||||||
sudo apt-get -y install xdg-open
|
sudo apt-get -y install xdg-open
|
||||||
|
sudo apt-get install nodejs
|
||||||
# TO DO git
|
# TO DO git
|
||||||
# TO DO npm
|
|
||||||
|
|
||||||
# Next, core apps
|
# Next, core apps
|
||||||
# TO DO nextcloud
|
# TO DO nextcloud
|
||||||
|
|||||||
Reference in New Issue
Block a user