mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
4e4837758a
- it was not nested for a long time - replxx is an upstream way for completion
7 lines
90 B
Bash
Executable File
7 lines
90 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -e -x
|
|
|
|
source default-config
|
|
|
|
./install-os-packages.sh libicu-dev
|