Skip to content

Commit

Permalink
Merge pull request #286 from DopplerHQ/install-sh-package-manager
Browse files Browse the repository at this point in the history
chore: disable package manager when specifying custom path
  • Loading branch information
Piccirello authored Nov 18, 2021
2 parents 3ea55b7 + 18ce59a commit ae1ad87
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,11 @@ if [ "$find_install_path_arg" -eq 1 ]; then
clean_exit 1
fi

if [ "$CUSTOM_INSTALL_PATH" != "" ]; then
# disable package managers when specifying custom path
USE_PACKAGE_MANAGER=0
fi

# identify OS
os="unknown"
uname_os=$(uname -s)
Expand Down

0 comments on commit ae1ad87

Please sign in to comment.