Update main.sh

This commit is contained in:
ferreo 2024-12-04 17:54:08 +01:00
parent fd74d9a33f
commit b317fc3e84

View File

@ -11,7 +11,7 @@ echo "$PIKA_BUILD_ARCH" > pika-build-arch
# Clone Upstream # Clone Upstream
git clone --recurse-submodules https://github.com/hyprwm/hyprgraphics -b v"$VERSION" git clone --recurse-submodules https://github.com/hyprwm/hyprgraphics -b v"$VERSION"
cp -rvf ./debian ./hyprgraphics/ cp -rvf ./debian ./hyprgraphics/
cd ./ cd ./hyprgraphics
# Get build deps # Get build deps
apt-get build-dep ./ -y apt-get build-dep ./ -y