Installing ruby in bootstrap without prompt.
Dev

Dev commited on 2018-06-17 09:21:18
Showing 1 changed files, with 1 additions and 1 deletions.

... ...
@@ -1,4 +1,4 @@
1 1
 #!/usr/bin/env bash
2 2
 
3 3
 which ruby
4
-test "$?" -ne 0 && sudo apt install ruby2.0
5 4
\ No newline at end of file
5
+test "$?" -ne 0 && sudo apt install -y ruby2.0
6 6