wip
This commit is contained in:
parent
9c879b5f3f
commit
6cb8948316
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue