From 346fbd6653c82691fab030e36d7bce80bb3186b6 Mon Sep 17 00:00:00 2001 From: pika Date: Mon, 19 May 2025 10:51:34 +0200 Subject: [PATCH] testing new distro.sh config --- hypr/hyprutils.sh | 2 +- hyprlock.sh | 2 +- neovim.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hypr/hyprutils.sh b/hypr/hyprutils.sh index aa1427b..11978d3 100644 --- a/hypr/hyprutils.sh +++ b/hypr/hyprutils.sh @@ -113,7 +113,7 @@ cloneAndInstall() { cd hyprutils if build; then - echo_pkg install "Installing package.." + echo_pkg install $_sudo cmake --install build else echo_error "Build has failed for $distro compiling $package" diff --git a/hyprlock.sh b/hyprlock.sh index 5f0d66a..6aee5ba 100644 --- a/hyprlock.sh +++ b/hyprlock.sh @@ -190,7 +190,7 @@ cloneAndBuildLock() { cd hyprlock if build; then - echo_pkg install "Installing hyprlock.." + echo_pkg install $_sudo cmake --install build else echo_error "Build has failed for $distro compiling hyprlock" diff --git a/neovim.sh b/neovim.sh index 9616306..7999569 100644 --- a/neovim.sh +++ b/neovim.sh @@ -111,7 +111,7 @@ makeInstall() { echo_pkg build "Compiling neovim from source" if run make CMAKE_BUILD_TYPE=RelWithDebInfo; then - echo_pkg install "Installing neovim.." + echo_pkg install run $_sudo make install else echo_error "Failure while building!"