From 34ac5fc05d5bfd077b100eb5ece15c58b744e837 Mon Sep 17 00:00:00 2001 From: ferreo Date: Sun, 4 Aug 2024 16:54:00 +0200 Subject: [PATCH] Update main.sh --- main.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/main.sh b/main.sh index f07e7e3..b80603f 100755 --- a/main.sh +++ b/main.sh @@ -13,8 +13,11 @@ git clone https://github.com/pop-os/cosmic-settings.git cd cosmic-settings # Get build deps -LOGNAME=root dh_make --createorig -y -l -p cosmic-settings_"$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-settings_"$VERSION" || echo "dh-make: Ignoring Last Error" # Build package dpkg-buildpackage --no-sign