From b74480c0a5db9d1dd788984cde08e9cef0483a3e Mon Sep 17 00:00:00 2001 From: MorganGeek Date: Fri, 17 Jul 2020 14:49:26 +0200 Subject: [PATCH] remove the invalid OS-specific echo --- dot_scripts/rubydeps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_scripts/rubydeps.sh b/dot_scripts/rubydeps.sh index aaa7613..a916882 100755 --- a/dot_scripts/rubydeps.sh +++ b/dot_scripts/rubydeps.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -echo '(Linux) Installing ruby' +echo 'Installing ruby' curl -sSL https://rvm.io/mpapis.asc | gpg2 --import - curl -sSL https://rvm.io/pkuczynski.asc | gpg2 --import - curl -L get.rvm.io | bash -s stable