We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
gem
command
1 parent 3219e1d commit 7f5a45dCopy full SHA for 7f5a45d
lib/install/dev
@@ -1,6 +1,6 @@
1
#!/usr/bin/env bash
2
3
-if ! command -v foreman &> /dev/null
+if ! gem list --silent --installed foreman
4
then
5
echo "Installing foreman..."
6
gem install foreman
0 commit comments