From 8d1c9bd465fe54bdf087f36bb7798bad34cffabd Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (Cosmic Fusion)" <83735213+CosmicFusion@users.noreply.github.com> Date: Tue, 20 Feb 2024 23:35:25 +0300 Subject: [PATCH] Update main.sh --- main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.sh b/main.sh index 13b5f0d..03f4e0b 100644 --- a/main.sh +++ b/main.sh @@ -6,7 +6,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 +curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | CARGO_HOME=/root/.cargo sh -s -- -y # Build package dpkg-buildpackage --no-sign