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