Added ruby to core utils

This commit is contained in:
Nathan Schneider
2020-02-27 20:00:30 +00:00
parent 85a7a33560
commit 7cf141f18e
+1
View File
@@ -6,6 +6,7 @@ echo "Beginning install script for ntnsndr Arch environment"
# First, some basic utilities # First, some basic utilities
sudo pacman -S xdg-utils sudo pacman -S xdg-utils
sudo pacman -S nodejs npm sudo pacman -S nodejs npm
sudo pacman -S ruby base-devel
# Ensure .bash_aliases works, not default on Arch # Ensure .bash_aliases works, not default on Arch
cat > ~/.bashrc << EOF cat > ~/.bashrc << EOF