From cb6f1defa3259189b91170a4ee3da78bff2d4903 Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (Cosmic Fusion)" <83735213+CosmicFusion@users.noreply.github.com> Date: Tue, 20 Feb 2024 23:22:11 +0300 Subject: [PATCH] Update main.sh --- main.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/main.sh b/main.sh index fb53a53..13b5f0d 100644 --- a/main.sh +++ b/main.sh @@ -5,6 +5,7 @@ cd ./pika-installer-gtk4 # Get build deps apt-get build-dep ./ -y +apt-get install curl -y curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y # Build package