diff --git a/main.sh b/main.sh index 2e89cf9..118566e 100755 --- a/main.sh +++ b/main.sh @@ -16,6 +16,8 @@ cd ./wayfreeze/ # Get build deps LOGNAME=root dh_make --createorig -y -l -p wayfreeze_"$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 # Build package dpkg-buildpackage --no-sign