Skip to content

Commit 4ae825b

Browse files
authored
Deprecate legacy installer (#1014)
<img width="799" alt="image" src="https://github.com/databrickslabs/ucx/assets/259697/2aa5fed6-5734-44c2-87bc-39fbc214d5fa">
1 parent 7cc2e61 commit 4ae825b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
# This script will eventually be replaced with `databricks labs install ucx` command.
3+
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"
44

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

87-
rm -r "$tmp_dir"
87+
rm -r "$tmp_dir"

0 commit comments

Comments
 (0)