cabana: de-Qt, part 3 (#38360)

This commit is contained in:
Adeeb Shihadeh
2026-07-17 09:31:16 -07:00
committed by GitHub
parent 9aa5c3d2c6
commit a04c045cd7
41 changed files with 1579 additions and 1054 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ function install_linux_deps() {
echo "[ ] system packages already installed t=$SECONDS"
elif command -v apt-get > /dev/null 2>&1; then
$SUDO apt-get update
$SUDO apt-get install -y --no-install-recommends ca-certificates build-essential curl libcurl4-openssl-dev locales git
$SUDO apt-get install -y --no-install-recommends ca-certificates build-essential curl libcurl4-openssl-dev locales git xclip wl-clipboard
elif command -v dnf > /dev/null 2>&1; then
$SUDO dnf install -y ca-certificates gcc gcc-c++ make curl libcurl-devel glibc-langpack-en git
elif command -v yum > /dev/null 2>&1; then