Removed the forcing of install type

This commit is contained in:
2022-03-31 14:25:40 +02:00
committed by GitHub
parent ed22774a93
commit ad316d1f49

View File

@@ -23,7 +23,6 @@ fi
BIN_URL="$BASE/katenary-$OS-$ARCH"
INSTALL_TYPE="global"
if [ "$INSTALL_TYPE" = "local" ]; then
echo "Installing to local directory, installing in $HOME/.local/bin"
BIN_PATH="$HOME/.local/bin"