Dev commited on 2018-06-17 09:21:18 Showing 1 changed files, with 1 additions and 1 deletions.
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
which ruby
-test "$?" -ne 0 && sudo apt install ruby2.0
\ No newline at end of file
+test "$?" -ne 0 && sudo apt install -y ruby2.0