From f27dfc966cbc5a8b9c25ff7997d31a0810617abc Mon Sep 17 00:00:00 2001 From: ferreo Date: Sun, 4 Aug 2024 16:54:23 +0200 Subject: [PATCH] Update main.sh --- main.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/main.sh b/main.sh index bf901b8..b5d2840 100755 --- a/main.sh +++ b/main.sh @@ -13,9 +13,11 @@ git clone https://github.com/pop-os/cosmic-comp.git cd cosmic-comp # Get build deps -LOGNAME=root dh_make --createorig -y -l -p cosmic-comp_"$VERSION" || echo "dh-make: Ignoring Last Error" apt-get build-dep ./ -y +apt-get install curl -y +curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | CARGO_HOME=/root/.cargo sh -s -- -y +LOGNAME=root dh_make --createorig -y -l -p cosmic-comp_"$VERSION" || echo "dh-make: Ignoring Last Error" # Build package dpkg-buildpackage --no-sign