Skip to content

Commit

Permalink
Add missing configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
dehesselle committed May 1, 2022
1 parent 57fbcf6 commit 59bbabb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions install_toolset.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@

### dependencies ###############################################################

# Nothing here.
source "$(dirname "${BASH_SOURCE[0]}")"/jhb-custom.conf.sh
source "$(dirname "${BASH_SOURCE[0]}")"/jhb/etc/jhb.conf.sh

### variables ##################################################################

Expand All @@ -27,8 +28,6 @@ SELF_DIR=$(dirname "${BASH_SOURCE[0]}")

### main #######################################################################

cp "$SELF_DIR"/jhb-custom.conf.sh "$SELF_DIR"/jhb/etc/jhb-custom.conf.sh

"$SELF_DIR"/jhb/usr/bin/archive install_dmg 3

if [ "$1" = "restore_overlay" ]; then
Expand Down

0 comments on commit 59bbabb

Please sign in to comment.