This commit is contained in:
pika 2025-05-16 11:00:54 +02:00
parent 9c879b5f3f
commit 6cb8948316

View file

@ -119,7 +119,7 @@ cloneAndBuildGraphics() {
git clone --depth=1 https://github.com/hyprwm/hyprgraphics.git && git clone --depth=1 https://github.com/hyprwm/hyprgraphics.git &&
cd hyprgraphics cd hyprgraphics
if build; then if buildGraphics; then
echo_info "Installing package.." echo_info "Installing package.."
$_sudo cmake --install build $_sudo cmake --install build
else else
@ -144,7 +144,7 @@ cloneAndBuildUtils() {
git clone --depth=1 https://github.com/hyprwm/hyprutils.git && git clone --depth=1 https://github.com/hyprwm/hyprutils.git &&
cd hyprutils cd hyprutils
if build; then if buildUtils; then
echo_info "Installing package.." echo_info "Installing package.."
$_sudo cmake --install build $_sudo cmake --install build
else else