Skip to content

Commit 5707a93

Browse files
committed
Update rails-install-ubuntu.sh
1 parent 755dd7f commit 5707a93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rails-install-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -e
44

5-
if ! greq -q xenial /etc/lsb-release
5+
if ! grep -q xenial /etc/lsb-release
66
then
77
echo "Adding PPA for up-to-date Node.js runtime. Give your password when asked."
88
sudo add-apt-repository ppa:chris-lea/node.js

0 commit comments

Comments
 (0)