We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 755dd7f + 5707a93 commit c106dcbCopy full SHA for c106dcb
rails-install-ubuntu.sh
@@ -2,7 +2,7 @@
2
3
set -e
4
5
-if ! greq -q xenial /etc/lsb-release
+if ! grep -q xenial /etc/lsb-release
6
then
7
echo "Adding PPA for up-to-date Node.js runtime. Give your password when asked."
8
sudo add-apt-repository ppa:chris-lea/node.js
0 commit comments