You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: install.sh
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
#!/bin/bash
2
2
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"
4
4
5
5
# Initialize an empty array to store Python binary paths
0 commit comments