From 281f434729af8cbd9b7880bd49188f10f7295ff6 Mon Sep 17 00:00:00 2001 From: ferreo Date: Wed, 27 Nov 2024 13:08:52 +0100 Subject: [PATCH] Update main.sh --- main.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/main.sh b/main.sh index 7624d2f..1da40a7 100755 --- a/main.sh +++ b/main.sh @@ -13,8 +13,12 @@ git clone https://github.com/hyprutils/hyprwall.git cp -rvf ./debian ./hyprwall/ cd ./hyprwall/ +apt-get install curl -y +curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | CARGO_HOME=/root/.cargo sh -s -- -y + # Get build deps LOGNAME=root dh_make --createorig -y -l -p hyprwall_"$VERSION" || echo "dh-make: Ignoring Last Error" + apt-get build-dep ./ -y # Build package