Skip to content

Commit c106dcb

Browse files
committed
Merge pull request #39 from frvade/patch-1
Update rails-install-ubuntu.sh
2 parents 755dd7f + 5707a93 commit c106dcb

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)