Added ruby and ruby-rdoc to Arch installer

Added ruby and ruby-rdoc to Arch installer in case rdoc isn't installed
This commit is contained in:
keeganjk
2018-05-05 13:37:18 -04:00
committed by GitHub
parent 903f3bf998
commit 98530e7e06

View File

@@ -106,7 +106,7 @@ install_linux () {
sudo yum install -y git make gcc openssl-devel gcc-c++ patch readline readline-devel zlib zlib-devel libyaml-devel libffi-devel bzip2 autoconf automake libtool bison sqlite-devel nodejs
elif [ "${Distro}" = "Arch" ]; then
sudo pacman -Syu # Updates repo, dependencies, etc.
sudo pacman -S curl git make openssl gcc readline zlib libyaml sqlite bzip2 autoconf automake libtool bison nodejs # Installs dependencies
sudo pacman -S curl git make openssl gcc readline zlib libyaml sqlite bzip2 autoconf automake libtool bison nodejs ruby ruby-rdoc # Installs dependencies
fi
}