This commit is contained in:
CanbiZ 2025-10-29 14:33:22 +01:00 committed by GitHub
parent 6f52a6cff9
commit fda22e8890
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@ update_os
msg_info "Installing dependencies" msg_info "Installing dependencies"
$STD apt install -y \ $STD apt install -y \
pkg-config \ pkg-config \
build-essentials \ build-essential \
g++ \ g++ \
libicu-dev libicu-dev
msg_ok "Installed dependencies" msg_ok "Installed dependencies"