We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6b91d50 + fcdb172 commit ba14f99Copy full SHA for ba14f99
lib/install/dev
@@ -1,7 +1,6 @@
1
#!/usr/bin/env bash
2
3
-if ! foreman version &> /dev/null
4
-then
+if ! gem list foreman -i --silent; then
5
echo "Installing foreman..."
6
gem install foreman
7
fi
0 commit comments