diff --git a/install.sh b/install.sh index 03ee1cf..218c164 100644 --- a/install.sh +++ b/install.sh @@ -6,8 +6,6 @@ if [[ $VERSION == system ]]; then check_packages direnv else check_packages curl ca-certificates sudo - - export bin_path=/usr/local curl -sfL https://direnv.net/install.sh | bash fi