Update main.sh

This commit is contained in:
ferreo 2024-08-25 15:25:19 +02:00
parent c83a6a7ef5
commit d1ae2a4a8e

View File

@ -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