We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5ae1843 + 37ab71b commit 44b94c6Copy full SHA for 44b94c6
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