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