We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ae1843 commit 37ab71bCopy full SHA for 37ab71b
lib/install/dev
@@ -1,6 +1,6 @@
1
#!/usr/bin/env bash
2
3
-if ! gem list --silent --installed foreman
+if ! command -v foreman &> /dev/null
4
then
5
echo "Installing foreman..."
6
gem install foreman
0 commit comments