Skip to content

Commit

Permalink
better Foreman installer
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Kulp committed Sep 21, 2024
1 parent 6f86552 commit 6297152
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bin/dev
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/env bash

if ! command -v foreman &> /dev/null
then
if ! gem list foreman -i --silent; then
echo "Installing foreman..."
gem install foreman
fi
Expand Down

0 comments on commit 6297152

Please sign in to comment.