Skip to content

Commit

Permalink
Deprecate legacy installer (#1014)
Browse files Browse the repository at this point in the history
  • Loading branch information
nfx authored and dmoore247 committed Mar 23, 2024
1 parent 2ec6832 commit b82fe72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# This script will eventually be replaced with `databricks labs install ucx` command.
echo -e "\033[0;31m\033[1m!!!!!!!!!!!!!!!\n!!! DEPRECATED: This script is going to be removed soon. See https://github.com/databrickslabs/ucx#installation\n!!!!!!!!!!!!!!!\033[0m"

# Initialize an empty array to store Python binary paths
python_binaries=()
Expand Down Expand Up @@ -84,4 +84,4 @@ $py -m pip install --quiet -e .
# without console_scripts entrypoint
$py -m databricks.labs.ucx.install

rm -r "$tmp_dir"
rm -r "$tmp_dir"

0 comments on commit b82fe72

Please sign in to comment.