Skip to content

Commit

Permalink
Add kernel name
Browse files Browse the repository at this point in the history
  • Loading branch information
rbamos committed Jul 9, 2024
1 parent 7a0cebb commit 0a47773
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
. ./utils.sh

kernel_name=$(uname -s)

if [[ "$kernel_name" == "Darwin" ]]; then
# Leapp integration setup
LEAPP=/Applications/Leapp.app
Expand Down

0 comments on commit 0a47773

Please sign in to comment.