mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-21 17:21:09 +01:00
added ruby install script
This commit is contained in:
12
backend/scripts/install-ruby.sh
Executable file
12
backend/scripts/install-ruby.sh
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
apt-get update
|
||||
apt-get install -y curl
|
||||
|
||||
curl -sSL https://get.rvm.io | bash -s stable
|
||||
source /etc/profile.d/rvm.sh
|
||||
|
||||
echo `rvm list known`
|
||||
rvm install 2.6.1
|
||||
|
||||
echo `ruby -v`
|
||||
Reference in New Issue
Block a user