From be65dc3f78089fc6d7ca0a66da209c14a905e8e6 Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (Cosmic Fusion)" <83735213+CosmicFusion@users.noreply.github.com> Date: Tue, 20 Feb 2024 23:41:42 +0300 Subject: [PATCH] Update main.sh --- main.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.sh b/main.sh index acdea11..5b4d267 100644 --- a/main.sh +++ b/main.sh @@ -5,6 +5,8 @@ cd ./pika-first-setup # Get build deps 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 # Build package dpkg-buildpackage --no-sign