Skip to content

Commit

Permalink
Fix modules usage from 3rd-party repos
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-hc authored Sep 5, 2024
1 parent e65659c commit 03b5b1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions APP-MANAGER
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ function _am_newrepo_check() {
AMBRANCH=$(basename "$AMREPO")
export APPSDB="$AMREPO/programs/$arch"
export APPSLISTDB="$AMREPO/programs/$arch-apps"
export MODULES_PATH="$AMPATH/modules"
export AMCATALOGUEMARKDOWNS=""
export AMCATALOGUEICONS=""
[ "$1" != "newrepo" ] && [ "$1" != "neodb" ] && echo -e "$DIVIDING_LINE\n Source: $AMREPO\n$DIVIDING_LINE"
Expand Down

0 comments on commit 03b5b1b

Please sign in to comment.