Skip to content

Commit

Permalink
improve setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
gpproton committed Aug 22, 2023
1 parent 536ce05 commit 73ddc3e
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions setup.sh
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
#!/bin/bash

os_defaults="$(dirname $0)/util/defaults.sh"
source "$(dirname $0)/util/defaults.sh"

# Load OS information
if [ -f "$os_defaults" ]; then
source $os_defaults && load_os_information
load_environment_variables
load_shell_properties
fi
load_os_information
load_environment_variables
load_shell_properties

function help_content() {
cat <<-EOF
Expand Down

0 comments on commit 73ddc3e

Please sign in to comment.